mirror of
https://github.com/Karaka-Management/cssOMS.git
synced 2026-02-12 15:58:40 +00:00
Remove &
This commit is contained in:
parent
8f6e960a47
commit
fe573732ba
|
|
@ -4,24 +4,24 @@
|
||||||
margin: 10px auto 30px auto;
|
margin: 10px auto 30px auto;
|
||||||
text-align: left;
|
text-align: left;
|
||||||
|
|
||||||
& > input {
|
> input {
|
||||||
display: none;
|
display: none;
|
||||||
|
|
||||||
&:checked + label {
|
&:checked + label {
|
||||||
@include gradient-top-bottom(#ffffff, 0, $content-background-color, 100, #ffffff);
|
@include gradient-top-bottom(#ffffff, 0, $content-background-color, 100, #ffffff);
|
||||||
color: #000;
|
color: #000;
|
||||||
|
|
||||||
& + section {
|
+ section {
|
||||||
display: inherit;
|
display: inherit;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
& + label + section {
|
+ label + section {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
& label {
|
label {
|
||||||
display: block;
|
display: block;
|
||||||
padding: 5px 20px;
|
padding: 5px 20px;
|
||||||
position: relative;
|
position: relative;
|
||||||
|
|
@ -39,7 +39,7 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
& > section {
|
> section {
|
||||||
background: $content-background-color;
|
background: $content-background-color;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
height: auto;
|
height: auto;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user