1
0
mirror of https://github.com/tabler/tabler.git synced 2026-08-13 14:52:22 +04:00
Files
tabler/site/styles/_boxes.scss
T
2023-07-18 00:13:56 +02:00

7 lines
133 B
SCSS

.box {
border: 1px solid $color-border-light;
border-radius: $border-radius-lg;
padding: $gap-5;
background: $color-white;
}