mirror of
https://github.com/tabler/tabler.git
synced 2026-08-13 14:52:22 +04:00
7 lines
133 B
SCSS
7 lines
133 B
SCSS
.box {
|
|
border: 1px solid $color-border-light;
|
|
border-radius: $border-radius-lg;
|
|
padding: $gap-5;
|
|
background: $color-white;
|
|
}
|