Skip to content
Snippets Groups Projects
Commit 352baf2c authored by Antoine Dupré's avatar Antoine Dupré
Browse files

fix: admin message filters css

parent 3d0efacb
No related branches found
No related tags found
1 merge request!9Beta
Pipeline #17563 passed with stage
in 41 seconds
#admin-messages {
solid-form-search {
label {
display: none;
}
input[type=text]::placeholder {
color: #636363;
opacity: 1;
font-size: 13px;
}
[name=cell3] .ss-disabled {
text-indent: -999em;
}
[name=cell3] .ss-disabled:before {
color: var(--color-body);
font-size: 13px;
font-weight: 400;
line-height: 18px;
position: relative;
text-align: left;
text-indent: 0;
}
[name=cell3] {
.ss-disabled::before {
content: "Régions";
}
}
}
}
......@@ -8,7 +8,13 @@
.fixWrap {
font-size: 0;
&>* {
font-size: 14px;;
font-size: 14px;
}
}
.fixWrapSearch form {
font-size: 0;
&>* {
font-size: 14px;
}
}
......
......@@ -17,6 +17,7 @@
@import "./tzcld-icons.scss";
@import "./user-profile.scss";
@import "./forms.scss";
@import "./admin-territories.scss";
/*
......@@ -501,7 +502,9 @@ custum heights
.text-wheigt-800 {
font-weight: 800;
}
/*
return link on left on resource and events forms
*/
#resources-create,
#resources-edit,
#events-create,
......@@ -515,5 +518,4 @@ custum heights
padding-bottom: 20px;
}
}
}
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment