mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-23 02:28:44 +02:00
N°3929 Fix dashboard properties buttons and change semantics colors/icons
This commit is contained in:
@@ -13,9 +13,6 @@ $ibo-prop--apply--error--color: $ibo-color-grey-800 !default;
|
||||
.ibo-prop--apply{
|
||||
width: $ibo-prop--apply--width;
|
||||
padding-left: $ibo-prop--apply--padding-left;
|
||||
> span{
|
||||
@extend .ibo-is-green;
|
||||
}
|
||||
&.ui-state-error{
|
||||
&:after {
|
||||
color: $ibo-prop--apply--error--color;
|
||||
@@ -31,9 +28,6 @@ $ibo-prop--apply--error--color: $ibo-color-grey-800 !default;
|
||||
.ibo-prop--cancel{
|
||||
width: $ibo-prop--cancel--width;
|
||||
padding-left: $ibo-prop--cancel--padding-left;
|
||||
> span{
|
||||
@extend .ibo-is-red;
|
||||
}
|
||||
}
|
||||
.ibo-prop--apply, .ibo-prop--cancel{
|
||||
height: $ibo-prop--apply-cancel--height;
|
||||
@@ -42,5 +36,9 @@ $ibo-prop--apply--error--color: $ibo-color-grey-800 !default;
|
||||
height: $ibo-prop--apply-cancel--span--height;
|
||||
width: $ibo-prop--apply-cancel--span--width;
|
||||
text-align: center;
|
||||
> div{
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user