2021-11-03 11:53:26 +01:00
|
|
|
fieldset{
|
2021-11-08 10:46:44 +01:00
|
|
|
margin-bottom: 32px;
|
2022-01-27 22:19:11 +01:00
|
|
|
padding: 24px 32px 32px;
|
2021-11-05 16:43:46 +01:00
|
|
|
box-sizing: border-box;
|
2021-11-08 10:46:44 +01:00
|
|
|
|
2021-11-22 15:01:11 +01:00
|
|
|
margin-inline-start: 0;
|
|
|
|
margin-inline-end: 0;
|
|
|
|
|
2021-11-05 16:43:46 +01:00
|
|
|
border: 1px solid $gray;
|
2021-11-08 10:46:44 +01:00
|
|
|
|
|
|
|
legend{
|
2021-11-08 10:48:36 +01:00
|
|
|
padding: 0 15px;
|
|
|
|
|
2021-11-08 10:46:44 +01:00
|
|
|
font-size: 16px;
|
|
|
|
font-weight: 700;
|
|
|
|
color: $blue;
|
|
|
|
text-transform: uppercase;
|
|
|
|
}
|
2021-11-10 08:43:53 +01:00
|
|
|
|
2021-12-28 16:15:33 +01:00
|
|
|
//Wrapper za polja drug ob drugem horizontalno
|
2021-12-09 14:29:42 +01:00
|
|
|
.setting_horizontal_wrapper {
|
|
|
|
display: flex;
|
|
|
|
flex-direction: row;
|
|
|
|
|
|
|
|
.setting_holder {
|
|
|
|
margin-right: 17px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2021-12-28 16:15:33 +01:00
|
|
|
//Nepovezane nastavitve -16px razmaka
|
2021-11-10 08:43:53 +01:00
|
|
|
.setting_holder {
|
2021-11-22 14:26:03 +01:00
|
|
|
margin-bottom: 16px;
|
2021-12-15 18:46:05 +01:00
|
|
|
&.bottom8 {
|
|
|
|
margin-bottom: 8px !important;
|
|
|
|
}
|
2021-11-22 01:19:04 +01:00
|
|
|
display: flex;
|
|
|
|
flex-direction: column;
|
2021-11-10 08:43:53 +01:00
|
|
|
|
2021-12-15 13:27:11 +01:00
|
|
|
&:first-of-type,
|
|
|
|
&.top0{
|
2021-11-10 08:43:53 +01:00
|
|
|
margin-top: 0;
|
|
|
|
}
|
|
|
|
|
2021-12-15 13:27:11 +01:00
|
|
|
&.bottom0{
|
2021-11-10 08:43:53 +01:00
|
|
|
margin-bottom: 0;
|
|
|
|
}
|
|
|
|
|
2021-12-15 15:53:59 +01:00
|
|
|
&:last-of-type {
|
|
|
|
margin-bottom: 0;
|
|
|
|
|
|
|
|
&.bottom16 {
|
|
|
|
margin-bottom: 16px !important;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2021-12-28 16:15:33 +01:00
|
|
|
//Povezane nastavitve - 8px razmaka
|
2021-11-10 08:43:53 +01:00
|
|
|
.setting_item {
|
2021-11-22 14:26:03 +01:00
|
|
|
margin-top: 8px;
|
2021-11-10 08:43:53 +01:00
|
|
|
}
|
2021-11-23 00:22:00 +01:00
|
|
|
|
2021-12-28 16:15:33 +01:00
|
|
|
//Styling za omejitev znakov - width je page-specific
|
2021-11-23 00:22:00 +01:00
|
|
|
span.charalimit {
|
|
|
|
font-size: 12px;
|
|
|
|
line-height: 15px;
|
|
|
|
color: $very-dark-gray;
|
2021-12-01 14:18:00 +01:00
|
|
|
text-align: right;
|
|
|
|
}
|
|
|
|
|
2021-12-28 16:15:33 +01:00
|
|
|
//Zamaknjene nastavitve
|
2021-12-01 14:18:00 +01:00
|
|
|
&.indent {
|
|
|
|
margin-left: 27px;
|
2021-11-23 00:22:00 +01:00
|
|
|
}
|
2021-12-17 02:19:35 +01:00
|
|
|
}
|
2021-12-23 03:31:10 +01:00
|
|
|
|
2021-12-15 18:46:05 +01:00
|
|
|
ul {
|
|
|
|
margin-block-start: 0;
|
|
|
|
margin-block-end: 0;
|
|
|
|
padding-inline-start: 25px;
|
|
|
|
}
|
2021-11-03 11:53:26 +01:00
|
|
|
}
|