fixing category delete modal background color
This commit is contained in:
parent
4dc29e5f9e
commit
a9fd42f91c
|
@ -331,8 +331,8 @@
|
||||||
|
|
||||||
.cannot_delete_reason {
|
.cannot_delete_reason {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
background: dark-light-choose($primary, $secondary);
|
background: $primary;
|
||||||
color: dark-light-choose($secondary, $secondary);
|
color: $secondary;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
border-radius: 2px;
|
border-radius: 2px;
|
||||||
padding: 12px 8px;
|
padding: 12px 8px;
|
||||||
|
@ -343,14 +343,13 @@
|
||||||
border: solid transparent;
|
border: solid transparent;
|
||||||
content: " ";
|
content: " ";
|
||||||
position: absolute;
|
position: absolute;
|
||||||
border-top-color: dark-light-choose($primary, $secondary);
|
border-top-color: $primary;
|
||||||
border-width: 8px;
|
border-width: 8px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
.incoming-email-modal {
|
.incoming-email-modal {
|
||||||
.btn {
|
.btn {
|
||||||
transition: none;
|
transition: none;
|
||||||
|
|
Loading…
Reference in New Issue