mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-19 14:20:31 +00:00
23 lines
284 B
SCSS
23 lines
284 B
SCSS
|
|
|
|
.root{
|
|
background: #fff;
|
|
border: 1px solid #D3D8DE;
|
|
border-radius: 5px;
|
|
padding: 16px;
|
|
}
|
|
.description{
|
|
margin: 0;
|
|
margin-top: 6px;
|
|
color: #8F99A8;
|
|
}
|
|
.title{
|
|
color: #5F6B7C;
|
|
font-weight: 600;
|
|
font-size: 14px;
|
|
}
|
|
|
|
.buttonWrap{
|
|
flex: 25% 0;
|
|
text-align: right;
|
|
} |