mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-16 12:50:38 +00:00
fix: form input style
This commit is contained in:
@@ -50,7 +50,7 @@ label.bp3-label {
|
||||
background: #e9ecef;
|
||||
}
|
||||
|
||||
.bp3-input-group.bp3-intent-danger & {
|
||||
&.bp3-intent-danger {
|
||||
box-shadow: 0 0 0 transparent;
|
||||
border-color: #db3737;
|
||||
|
||||
@@ -62,6 +62,23 @@ label.bp3-label {
|
||||
}
|
||||
}
|
||||
|
||||
.bp3-input-group{
|
||||
|
||||
&.bp3-intent-danger{
|
||||
|
||||
.bp3-input{
|
||||
box-shadow: 0 0 0 transparent;
|
||||
border-color: #db3737;
|
||||
|
||||
&:focus,
|
||||
&.bp3-active {
|
||||
box-shadow: 0 0 0 1px #db3737;
|
||||
border-color: #db3737;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.#{$ns}-form-group {
|
||||
margin-bottom: 20px;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user