mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-16 12:50:38 +00:00
feat: scss architecture.
This commit is contained in:
39
client/src/style/objects/form.scss
Normal file
39
client/src/style/objects/form.scss
Normal file
@@ -0,0 +1,39 @@
|
||||
|
||||
.form{
|
||||
&__floating-footer{
|
||||
position: fixed;
|
||||
bottom: 0;
|
||||
left: 220px;
|
||||
right: 0;
|
||||
background: #fff;
|
||||
padding: 14px 16px;
|
||||
border-top: 1px solid #ececec;
|
||||
}
|
||||
}
|
||||
|
||||
// Form
|
||||
label{
|
||||
font-weight: 400;
|
||||
}
|
||||
|
||||
.#{$ns}-input{
|
||||
box-shadow: 0 0 0 0 rgba(19, 124, 189, 0),
|
||||
0 0 0 0 rgba(19, 124, 189, 0),
|
||||
inset 0 0 0 1px rgba(16, 22, 26, 0.1),
|
||||
inset 0 1px 1px rgba(16, 22, 26, 0.15);
|
||||
}
|
||||
|
||||
|
||||
|
||||
.#{$ns}-form-group{
|
||||
|
||||
&.#{$ns}-intent-danger{
|
||||
select{
|
||||
box-shadow: 0 0 0 0 rgba(219, 55, 55, 0),
|
||||
0 0 0 0 rgba(219, 55, 55, 0),
|
||||
inset 0 0 0 1px #db3737,
|
||||
inset 0 0 0 1px rgba(16, 22, 26, 0.15),
|
||||
inset 0 1px 1px rgba(16, 22, 26, 0.2);
|
||||
}
|
||||
}
|
||||
}
|
||||
9
client/src/style/objects/typography.scss
Normal file
9
client/src/style/objects/typography.scss
Normal file
@@ -0,0 +1,9 @@
|
||||
|
||||
.#{$ns}-heading{
|
||||
font-weight: 300;
|
||||
}
|
||||
|
||||
.divider{
|
||||
border-top: 1px solid #e8e8e8;
|
||||
height: 1px;
|
||||
}
|
||||
Reference in New Issue
Block a user