mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-15 20:30:33 +00:00
32 lines
462 B
SCSS
32 lines
462 B
SCSS
.root {
|
|
border: 1px solid rgb(223, 227, 230);
|
|
padding: 12px;
|
|
border-radius: 6px;
|
|
margin-bottom: 20px;
|
|
|
|
&_danger {
|
|
border-color: rgb(249, 198, 198);
|
|
background: rgb(255, 248, 248);
|
|
|
|
.description {
|
|
color: #d95759;
|
|
}
|
|
|
|
.title {
|
|
color: rgb(205, 43, 49);
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
.title {
|
|
color: rgb(17, 24, 28);
|
|
margin-bottom: 4px;
|
|
font-size: 14px;
|
|
font-weight: 600;
|
|
}
|
|
|
|
.description {
|
|
color: rgb(104, 112, 118);
|
|
margin: 0;
|
|
} |