Verdere aanpassingen t.b.v. nieuwe huisstijl
This commit is contained in:
parent
3001ab9199
commit
c8927bc496
2 changed files with 5 additions and 50 deletions
|
@ -308,48 +308,3 @@ ul, ol {
|
||||||
.w-40 { width: 40%; }
|
.w-40 { width: 40%; }
|
||||||
.w-50 { width: 50%; }
|
.w-50 { width: 50%; }
|
||||||
|
|
||||||
|
|
||||||
/*
|
|
||||||
|
|
||||||
.table-wrapper{
|
|
||||||
margin: 10px 10px 30px;
|
|
||||||
box-shadow: 0px 10px 20px rgba( 0, 0, 0, 0.2 );
|
|
||||||
overflow-x:auto;
|
|
||||||
}
|
|
||||||
|
|
||||||
.fl-table {
|
|
||||||
border-radius: 5px;
|
|
||||||
font-size: 14px;
|
|
||||||
font-weight: normal;
|
|
||||||
border: none;
|
|
||||||
border-collapse: collapse;
|
|
||||||
width: 100%;
|
|
||||||
max-width: 100%;
|
|
||||||
background-color: white;
|
|
||||||
}
|
|
||||||
|
|
||||||
.fl-table td, .fl-table th {
|
|
||||||
text-align: left;
|
|
||||||
padding: 8px;
|
|
||||||
vertical-align: top;
|
|
||||||
}
|
|
||||||
|
|
||||||
.fl-table td {
|
|
||||||
border-right: 1px solid #f8f8f8;
|
|
||||||
font-size: 14px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.fl-table thead th {
|
|
||||||
color: #ffffff;
|
|
||||||
background: #324960;
|
|
||||||
}
|
|
||||||
|
|
||||||
.fl-table thead th:nth-child(odd) {
|
|
||||||
color: #ffffff;
|
|
||||||
background: #324960;
|
|
||||||
}
|
|
||||||
|
|
||||||
.fl-table tr:nth-child(even) {
|
|
||||||
background: #F8F8F8;
|
|
||||||
}
|
|
||||||
*/
|
|
||||||
|
|
|
@ -14,7 +14,7 @@ table thead tr {
|
||||||
}
|
}
|
||||||
|
|
||||||
table thead th {;
|
table thead th {;
|
||||||
background: #324960;
|
background: $midnight-blue-medium;
|
||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -26,10 +26,10 @@ tr:nth-child(even) {
|
||||||
background: #F8F8F8;
|
background: #F8F8F8;
|
||||||
}
|
}
|
||||||
tbody tr {
|
tbody tr {
|
||||||
border-bottom: 1px solid #DDDDDD;
|
border-bottom: 1px solid #F8F8F8;
|
||||||
}
|
}
|
||||||
tbody tr:last-of-type {
|
tbody tr:last-of-type {
|
||||||
border-bottom: 2px solid #324960;
|
border-bottom: 2px solid $midnight-blue-dark;
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
@ -67,12 +67,12 @@ tbody tr:last-of-type {
|
||||||
|
|
||||||
.fl-table thead th {
|
.fl-table thead th {
|
||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
background: #324960;
|
background: $midnight-blue-medium;
|
||||||
}
|
}
|
||||||
|
|
||||||
.fl-table thead th:nth-child(odd) {
|
.fl-table thead th:nth-child(odd) {
|
||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
background: #324960;
|
background: $midnight-blue-medium;
|
||||||
}
|
}
|
||||||
|
|
||||||
.fl-table tr:nth-child(even) {
|
.fl-table tr:nth-child(even) {
|
||||||
|
|
Loading…
Reference in a new issue