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

55 lines
1.0 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 : 20-Aug-2018, 09:55:31
Author : podkrizniku
*/
.styled_table {
position: relative;
border-spacing: 0px;
table-layout: fixed;
padding: 0px;
margin: 15px 0 30px 10px;
border-collapse: collapse;
border: 1px solid $soft_blue;
border-top: none;
tr {
border-top: 1px solid $soft_blue;
}
th {
padding: 5px 10px;
text-align: center;
color: black;
background-color: $grey_almost_white;
border: 1px solid $soft_blue;
color: black;
background-color: $soft_blue_very_lighten;
font-weight: normal;
span {
vertical-align: middle;
margin-left: 3px;
}
}
td {
padding: 5px 10px;
text-align: center;
color: black;
background-color: $grey_almost_white;
border: 1px solid $soft_blue;
}
tr.white {
td {
background-color: white;
}
}
tr.dark {
td {
background-color: $soft_blue_very_lighten;
font-weight: 600;
}
}
}