mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-16 12:50:38 +00:00
WIP Financial statements.
This commit is contained in:
@@ -1,20 +1,4 @@
|
||||
|
||||
|
||||
.form-group--select-list{
|
||||
|
||||
.bp3-button{
|
||||
border-radius: 0;
|
||||
|
||||
|
||||
&,
|
||||
&:hover{
|
||||
background: #fff;
|
||||
box-shadow: 0 0 0;
|
||||
border: 1px solid #ced4da;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.form-group--select-list.bp3-fill{
|
||||
|
||||
.bp3-popover-wrapper{
|
||||
@@ -41,18 +25,39 @@
|
||||
}
|
||||
}
|
||||
|
||||
.bp3-button{
|
||||
.bp3-button:not([class*="bp3-intent-"]):not(.bp3-minimal){
|
||||
min-width: 32px;
|
||||
min-height: 32px;
|
||||
background-color: #E6EFFB;
|
||||
color: #555555;
|
||||
box-shadow: 0 0 0;
|
||||
|
||||
.form-group--select-list &{
|
||||
border-radius: 0;
|
||||
|
||||
&,
|
||||
&:hover{
|
||||
background: #fff;
|
||||
box-shadow: 0 0 0;
|
||||
border: 1px solid #ced4da;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.bp3-button{
|
||||
|
||||
&.bp3-intent-primary,
|
||||
&.bp3-intent-success,
|
||||
&.bp3-intent-danger,
|
||||
&.bp3-intent-warning{
|
||||
|
||||
|
||||
&,
|
||||
&:hover{
|
||||
box-shadow: 0 0 0;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.button--secondary{
|
||||
|
||||
}
|
||||
@@ -37,11 +37,15 @@ label{
|
||||
&.#{$ns}-intent-danger{
|
||||
select{
|
||||
box-shadow: 0 0 0 0 rgba(219, 55, 55, 0),
|
||||
0 0 0 0 rgba(219, 55, 55, 0),
|
||||
0 0 0 0 rgba(2, 2, 2, 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);
|
||||
}
|
||||
|
||||
.bp3-input{
|
||||
border-color: #db3737;
|
||||
}
|
||||
}
|
||||
|
||||
.#{$ns}-label{
|
||||
|
||||
Reference in New Issue
Block a user