first commit
This commit is contained in:
40
themes/ayon/_dev/css/components/sitemap.scss
Normal file
40
themes/ayon/_dev/css/components/sitemap.scss
Normal file
@@ -0,0 +1,40 @@
|
||||
.sitemap-title {
|
||||
text-transform: capitalize;
|
||||
}
|
||||
|
||||
.sitemap {
|
||||
margin-top: 0.9375rem;
|
||||
|
||||
h2 {
|
||||
color: $title;
|
||||
text-transform: uppercase;
|
||||
font-size: 1.1rem;
|
||||
font-weight: 600;
|
||||
margin-left: -15px;
|
||||
width: 100%;
|
||||
height: 35px;
|
||||
}
|
||||
|
||||
ul {
|
||||
margin-left: -15px;
|
||||
margin-top: 20px;
|
||||
|
||||
&.nested {
|
||||
margin-left: 20px;
|
||||
}
|
||||
|
||||
li {
|
||||
font-size: 0.9rem;
|
||||
margin-bottom: 1rem;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@include media-breakpoint-down(md) {
|
||||
.sitemap {
|
||||
margin-top: 0;
|
||||
}
|
||||
.sitemap ul {
|
||||
margin-bottom:40px;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user