mirror of
https://github.com/ToxicCrack/PrintABrick.git
synced 2025-05-17 21:00:09 -07:00
18 lines
247 B
SCSS
18 lines
247 B
SCSS
.sets {
|
|
margin: 0 -0.3em !important;
|
|
|
|
.set {
|
|
padding: 0.3em !important;
|
|
}
|
|
}
|
|
|
|
.set {
|
|
.content .header {
|
|
font-size: 1em !important;
|
|
margin-bottom: 0.1em;
|
|
}
|
|
.content {
|
|
padding: 0.5em !important;
|
|
overflow: hidden;
|
|
}
|
|
} |