mirror of
https://github.com/0x1d/esp8266-laser.git
synced 2025-12-16 18:45:05 +01:00
stylin
This commit is contained in:
26
frontend/styles/container.less
Normal file
26
frontend/styles/container.less
Normal file
@@ -0,0 +1,26 @@
|
||||
.container {
|
||||
background: @color-container;
|
||||
padding: @default-padding;
|
||||
border-radius: @default-border-radius;
|
||||
border: solid 1px @default-border-color;
|
||||
margin-bottom: @default-margin-small;
|
||||
&.collapsible {
|
||||
> .heading {
|
||||
margin-bottom: 0;
|
||||
&:hover {
|
||||
cursor: pointer;
|
||||
}
|
||||
}
|
||||
> .content {
|
||||
.hidden;
|
||||
}
|
||||
&.open {
|
||||
> .heading {
|
||||
margin-bottom: @default-margin;
|
||||
}
|
||||
> .content {
|
||||
.shown;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user