mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-28 08:14:38 +02:00
fixed styles
This commit is contained in:
parent
2cf13b00a1
commit
39f342a982
@ -11260,6 +11260,15 @@ input.main_menu_icon[src$=".svg"] {
|
||||
.main_menu_icon.arrow_down {
|
||||
transform: rotate(270deg);
|
||||
}
|
||||
|
||||
.main_menu_icon.arrow_left {
|
||||
transform: rotate(0deg);
|
||||
}
|
||||
|
||||
.main_menu_icon.arrow_right {
|
||||
transform: rotate(180deg);
|
||||
}
|
||||
|
||||
.after_input_icon {
|
||||
width: 32px;
|
||||
margin-left: 10px;
|
||||
@ -11521,6 +11530,12 @@ div[role="dialog"] {
|
||||
margin: 0 auto;
|
||||
}
|
||||
|
||||
.policy_background_state {
|
||||
mask: url(../../images/policy@svg.svg) no-repeat center / contain;
|
||||
-webkit-mask: url(../../images/policy@svg.svg) no-repeat center / contain;
|
||||
margin: 0 auto;
|
||||
}
|
||||
|
||||
.filter-list-adv .wizard li {
|
||||
display: grid;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user