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