mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-19 06:10:31 +00:00
feat: scss architecture.
This commit is contained in:
17
client/src/style/pages/expense-form.scss
Normal file
17
client/src/style/pages/expense-form.scss
Normal file
@@ -0,0 +1,17 @@
|
||||
|
||||
|
||||
.dashboard__insider--expense-form{
|
||||
padding: 40px 20px;
|
||||
|
||||
.#{$ns}-form-group{
|
||||
margin-bottom: 22px;
|
||||
|
||||
.#{$ns}-label{
|
||||
min-width: 130px;
|
||||
}
|
||||
|
||||
.#{$ns}-form-content{
|
||||
width: 300px;
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user