feat: dashboard style.

This commit is contained in:
Ahmed Bouhuolia
2020-04-12 12:03:45 +02:00
parent 6dcff7e4c2
commit 37fb5a6f11
24 changed files with 517 additions and 201 deletions

View File

@@ -6,7 +6,6 @@
.bp3-popover-target{
width: 100%;
}
.bp3-button{
width: 100%;
justify-content: space-between;
@@ -18,7 +17,6 @@
.form-group--select-list{
.bp3-popover-open{
.bp3-button{
border-color: #80bdff;
}
@@ -32,13 +30,18 @@
color: #555555;
box-shadow: 0 0 0 transparent;
&:hover,
&:focus{
background-color: #CFDCEE;
}
&.bp3-small{
font-size: 13px;
min-height: 29px;
}
.form-group--select-list &{
border-radius: 0;
border-radius: 2px;
&,
&:hover{
@@ -47,6 +50,12 @@
border: 1px solid #ced4da;
}
}
.form-group--select-list.bp3-intent-danger &{
&{
border-color: #db3737;
}
}
}
.bp3-button{