80 lines
1.8 KiB
SCSS
Raw Normal View History

div.subpage_uporabniki {
.data_table_top_holder{
position: relative;
display: flex;
align-items: center;
white-space: nowrap;
box-sizing: border-box;
margin: 0 14px 16px 14px;
padding: 6px 16px;
background: $light-gray;
border: 1px solid $gray;
border-radius: 2px;
font-size: 14px !important;
.osnova {
box-sizing: border-box;
padding-right: 8px;
margin-right: 8px;
border-right: 1px solid $dark-gray;
&.no_border {
border: none;
}
display: flex;
align-items: center;
select,
input {
padding: 3px 5px;
margin: 0 0 0 8px;
width: 123px;
vertical-align: middle;
}
}
.dataSettingsBasic{
display: flex;
margin-right: 8px;
padding-right: 8px;
border: none;
button.white-blue{
height: 28px;
width: 140px;
min-width: auto;
padding: 0;
line-height: 12px;
font-weight: 400;
color: $black;
border-radius: 2px;
&.border_blue {
border-color: $blue;
}
.faicon:before{
margin-right: 8px;
font-size: 12px;
color: $blue;
}
}
}
//Alignment na konec
#end {
width: 100%;
display: flex;
justify-content: flex-end;
}
}
}