Prestavljeni scss styli za obvescanje - POTREBNO ITI CEZ VSE IN USTREZNO PRESTAVITI

This commit is contained in:
pero1203 2021-12-28 09:25:14 +01:00
parent f150467da6
commit 6b5ef1b0aa
5 changed files with 50 additions and 44 deletions

View File

@ -7413,24 +7413,6 @@ fieldset ul {
margin-block-end: 0;
padding-inline-start: 25px;
}
fieldset #obvescanje_sidebyside_holder {
display: flex;
flex-direction: row;
}
fieldset #obvescanje_sidebyside_holder #obvescanje_sidebyside_left {
box-sizing: border-box;
flex-shrink: 0;
}
fieldset #obvescanje_sidebyside_holder #obvescanje_sidebyside_right {
flex-grow: 1;
}
fieldset #obvescanje_sidebyside_holder .message_instructions {
background-color: #F8F8F8;
border: 1px solid #E5E5E5;
box-sizing: border-box;
padding: 16px;
margin-left: 32px;
}
select.dropdown {
border: 1px solid #C4C4C4;
@ -11808,4 +11790,23 @@ and open the template in the editor.
cursor: pointer;
}
fieldset #obvescanje_sidebyside_holder {
display: flex;
flex-direction: row;
}
fieldset #obvescanje_sidebyside_holder #obvescanje_sidebyside_left {
box-sizing: border-box;
flex-shrink: 0;
}
fieldset #obvescanje_sidebyside_holder #obvescanje_sidebyside_right {
flex-grow: 1;
}
fieldset #obvescanje_sidebyside_holder .message_instructions {
background-color: #F8F8F8;
border: 1px solid #E5E5E5;
box-sizing: border-box;
padding: 16px;
margin-left: 32px;
}
/*# sourceMappingURL=admin_new.css.map */

View File

@ -121,29 +121,4 @@ fieldset{
margin-block-end: 0;
padding-inline-start: 25px;
}
// Obveščanje
#obvescanje_sidebyside_holder {
display:flex;
flex-direction: row;
#obvescanje_sidebyside_left {
box-sizing: border-box;
flex-shrink: 0;
}
#obvescanje_sidebyside_right {
flex-grow: 1;
}
.message_instructions {
background-color: $light-gray;
border: 1px solid $gray;
box-sizing: border-box;
padding: 16px;
margin-left: 32px;
}
}
}

View File

@ -45,6 +45,7 @@
color: $gray;
}
// Urejanje anekte
@import "toolbox";
@import "voting";
@import "form";
@ -54,4 +55,7 @@
@import "question_settings";
@import "questions/questions";
@import "conditions";
@import "library";
@import "library";
// Urejanje -> Nastavitve
@import "survey_settings/survey_settings";

View File

@ -0,0 +1,25 @@
fieldset{
#obvescanje_sidebyside_holder {
display:flex;
flex-direction: row;
#obvescanje_sidebyside_left {
box-sizing: border-box;
flex-shrink: 0;
}
#obvescanje_sidebyside_right {
flex-grow: 1;
}
.message_instructions {
background-color: $light-gray;
border: 1px solid $gray;
box-sizing: border-box;
padding: 16px;
margin-left: 32px;
}
}
}

View File

@ -0,0 +1 @@
@import "obvescanje";