87 lines
1.5 KiB
SCSS
87 lines
1.5 KiB
SCSS
/*
|
|
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 : 30-Jul-2018, 14:35:25
|
|
Author : podkrizniku
|
|
*/
|
|
|
|
|
|
#form_profile_user_settings {
|
|
div.setting {
|
|
min-height: 25px;
|
|
}
|
|
div.data {
|
|
margin-top: 6px;
|
|
font-size: 13px;
|
|
}
|
|
span.setting_title {
|
|
float: left;
|
|
width: 150px;
|
|
}
|
|
input[type="text"] {
|
|
padding: 3px 8px;
|
|
}
|
|
input[type="radio"] {
|
|
vertical-align: 0;
|
|
}
|
|
input[type="password"] {
|
|
padding: 3px 8px;
|
|
}
|
|
.settings-2fa-code{
|
|
display: block;
|
|
width: 390px;
|
|
padding-left: 150px;
|
|
padding-top: 20px;
|
|
}
|
|
.google-2fa-validate,
|
|
.google-2fa-deactivate{
|
|
display: block;
|
|
width: 225px;
|
|
padding-left: 150px;
|
|
}
|
|
|
|
#google-2fa-bvestilo {
|
|
display: none;
|
|
clear: both;
|
|
padding: 10px;
|
|
color: $orange;
|
|
}
|
|
}
|
|
table.login_tracking {
|
|
max-width: 1200px;
|
|
padding: 0px;
|
|
margin: 20px 0 5px 10px;
|
|
font-size: 13px;
|
|
color: #404040;
|
|
border-collapse: collapse;
|
|
tr {
|
|
th {
|
|
padding: 5px 10px;
|
|
min-width: 80px;
|
|
border: 1px solid $grey_very_light;
|
|
text-align: center;
|
|
font-weight: 600;
|
|
background-color: $soft_blue;
|
|
}
|
|
td {
|
|
padding: 5px 10px;
|
|
min-width: 80px;
|
|
border: 1px solid $grey_very_light;
|
|
background-color: $soft_blue_very_lighten;
|
|
text-align: center;
|
|
}
|
|
}
|
|
tr.hide {
|
|
display: none;
|
|
}
|
|
}
|
|
.login_tracking_more {
|
|
cursor: pointer;
|
|
padding-left: 10px;
|
|
color: $strong_blue;
|
|
}
|
|
|