mirror of
https://github.com/a2nt/silverstripe-webpack.git
synced 2024-10-22 17:05:31 +02:00
IMPR: minor prestyling
This commit is contained in:
parent
b1a4dfd6ee
commit
0fc3d88a20
@ -1,4 +1,29 @@
|
|||||||
|
#Header {
|
||||||
|
.element--nav {
|
||||||
|
padding: 0;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
#Navigation {
|
#Navigation {
|
||||||
|
.navbar {
|
||||||
|
padding: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
.navbar-nav {
|
||||||
|
padding: 0;
|
||||||
|
width: 100%;
|
||||||
|
align-items: stretch;
|
||||||
|
justify-content: stretch;
|
||||||
|
}
|
||||||
|
|
||||||
|
.nav {
|
||||||
|
&-item {
|
||||||
|
flex: 1 1;
|
||||||
|
}
|
||||||
|
|
||||||
|
&-link {
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
#PageBreadcumbs {
|
#PageBreadcumbs {
|
||||||
|
Loading…
Reference in New Issue
Block a user