[Redizajn 1KA] Urejanje --> Nastavitve --> Obveščanje --> O izbrisu ankete - v6

This commit is contained in:
tejagerjovic 2022-01-03 15:51:21 +01:00
parent b4c8845ec2
commit c712e2ac08
2 changed files with 10 additions and 2 deletions

View File

@ -14019,6 +14019,9 @@ fieldset textarea#alert_delete_other_emails {
width: 538px;
height: 100px;
}
fieldset label {
cursor: default;
}
fieldset label.bottom4 {
margin-bottom: 4px;
}

View File

@ -32,9 +32,14 @@ fieldset{
height: 100px;
}
//Label nad editorjem besedila
label.bottom4 {
label{
cursor: default;
//Label nad editorjem besedila
&.bottom4 {
margin-bottom: 4px;
}
}
}