Commit f1e019fa authored by shadMod's avatar shadMod 💬

mv in libs folder and rename with main.scss

parent f8db238f
......@@ -3,7 +3,7 @@ div.page div.row.background-wallpaper {
background: rgba(255, 255, 255, 0.5);
}
background: url("images/wallpapers/dotted.png") no-repeat 130% 10%;
background: url("../../images/wallpapers/dotted.png") no-repeat 130% 10%;
@media all and (max-width: 60rem) {
background: transparent;
......@@ -35,11 +35,11 @@ div.page div.row.background-wallpaper {
}
&.ubuntu, &.desktop {
background: url("images/wallpapers/ubuntu.jpg") 100% 0%;
background: url("../../images/wallpapers/ubuntu.jpg") 100% 0%;
}
&.kubuntu {
background: url("images/wallpapers/kubuntu.jpg") 100% 50%;
background: url("../../images/wallpapers/kubuntu.jpg") 100% 50%;
}
&.xubuntu {
......@@ -49,7 +49,7 @@ div.page div.row.background-wallpaper {
}
&.lubuntu {
background: url("images/wallpapers/lubuntu.jpg") 100% 50%;
background: url("../../images/wallpapers/lubuntu.jpg") 100% 50%;
}
&.ubuntu-mate {
......@@ -65,11 +65,11 @@ div.page div.row.background-wallpaper {
}
&.ubuntukylin {
background: url("images/wallpapers/ubuntu-kylin.jpg") 100% 50%;
background: url("../../images/wallpapers/ubuntu-kylin.jpg") 100% 50%;
}
&.ubuntustudio {
background: url("images/wallpapers/ubuntustudio.jpg") 100% 50%;
background: url("../../images/wallpapers/ubuntustudio.jpg") 100% 50%;
.box {
background: rgba(100, 100, 100, 0.25);
......@@ -77,15 +77,15 @@ div.page div.row.background-wallpaper {
}
&.ubuntu-touch {
background: url("images/wallpapers/ubuntu-touch.jpg") 100% 0%;
background: url("../../images/wallpapers/ubuntu-touch.jpg") 100% 0%;
}
&.nuovo-rilascio {
background: url("images/wallpapers/nuovo-rilascio.png") 100% 0%;
background: url("../../images/wallpapers/nuovo-rilascio.png") 100% 0%;
}
&.banner-latest {
background: url("images/versions/jammy-jellyfish.jpg") 50% 50%;
background: url("../../images/versions/jammy-jellyfish.jpg") 50% 50%;
}
}
......@@ -183,3 +183,12 @@ div.cookie-policy {
div.p-100 {
padding: 100px !important;
}
ul.item-list li {
margin: 0 0 0.25em 1.5em;
padding: 0 0 0 20px;
list-style-type: none;
background: url('https://www.ubuntu-it.org/sites/all/themes/light-drupal-theme/images/ubuntu-li.png') no-repeat left 4px;
font-size: 14px;
line-height: 20px;
}
\ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment