1KA_F2F/resources/sass/admin/modules/hierarhija.scss

103 lines
1.7 KiB
SCSS
Raw Normal View History

/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
Created on : 20-Aug-2018, 11:47:59
Author : podkrizniku
*/
#hierarhija-opcije-vklopa {
.button_gray {
cursor: not-allowed;
background-color: $grey_light;
}
#error {
display: none;
padding: 10px 10px 0;
color: $orange;
}
#hierarhija-knjiznica {
display: none;
border: 1px dashed $grey_light;
padding: 8px 11px 20px;
margin: 15px 20px;
}
#hierarhija-prevzeta {
display: none;
padding: 0px 10px;
}
}
#toolbox_basic.toolbox-hierarhija {
height: 208px;
>#locked_toolbar {
height: 136px;
padding: 50px 0 0 3px;
}
}
#sa-users-table {
width: 100%;
text-align: center;
border-spacing: 0;
.text-left {
text-align: left;
}
.text-right {
text-align: left;
}
th {
font-weight: semibold;
color: $grey_very_dark;
text-transform: uppercase;
background-color: $grey_super_light;
padding: 7px;
}
tr {
border-top: 1px solid $grey_super_light;
&:hover {
background: rgba(239, 242, 247, 0.38);
.akcija {
a {
display: inline;
}
}
}
}
td {
padding: 7px;
}
.akcija {
color: $strong_blue_super_darken;
width: 220px;
a {
display: none;
padding: 0 10px;
border-right: 1px solid $grey_light;
&:last-child {
border-right: none;
}
}
}
}
/*included in uper popup*/
.hierarhija-aktivacija-seznam-uporabnikov {
padding: 10px 0;
ul {
margin: 5px -8px;
}
}
#globalSetingsList {
#hierarhija-opcije-vklopa {
display: none;
padding-top: 30px !important;
>h4 {
padding: 0 !important;
color: $strong_blue;
}
>label {
display: block;
padding-top: 15px;
}
}
}