fix: Style for aside
Styling was too unspecific.
This commit is contained in:
parent
80a0deedd5
commit
a66010a9ed
1 changed files with 8 additions and 5 deletions
|
|
@ -102,7 +102,14 @@ nav {
|
|||
// Aside element
|
||||
// -----------------------------------------------------------------------------
|
||||
aside {
|
||||
width: config.$width_aside_basic;
|
||||
&.right,
|
||||
&.left {
|
||||
width: config.$width_aside_basic;
|
||||
|
||||
*:first-child {
|
||||
margin-top: 0;
|
||||
}
|
||||
}
|
||||
|
||||
&.right + .bside {
|
||||
margin-right: calc(#{config.$width_aside_basic} + #{config.$space_basic});
|
||||
|
|
@ -120,10 +127,6 @@ aside {
|
|||
float: left;
|
||||
}
|
||||
|
||||
*:first-child {
|
||||
margin-top: 0;
|
||||
}
|
||||
|
||||
&.io {
|
||||
|
||||
input,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue