2015-10-19 05:19:45 -04:00
|
|
|
.table-holder {
|
2016-01-13 08:37:25 -05:00
|
|
|
margin: 0;
|
2015-10-19 05:19:45 -04:00
|
|
|
}
|
|
|
|
|
2014-12-25 11:35:04 -05:00
|
|
|
table {
|
|
|
|
&.table {
|
2015-12-02 08:46:15 -05:00
|
|
|
margin-bottom: $gl-padding;
|
2016-01-13 08:37:25 -05:00
|
|
|
|
2015-10-13 04:55:06 -04:00
|
|
|
.dropdown-menu a {
|
|
|
|
text-decoration: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.success,
|
|
|
|
.warning,
|
|
|
|
.danger,
|
|
|
|
.info {
|
|
|
|
color: #fff;
|
|
|
|
|
|
|
|
a:not(.btn) {
|
|
|
|
text-decoration: underline;
|
|
|
|
color: #fff;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2014-12-25 11:35:04 -05:00
|
|
|
tr {
|
|
|
|
td, th {
|
2015-10-19 05:19:45 -04:00
|
|
|
padding: 10px $gl-padding;
|
2014-12-25 11:35:04 -05:00
|
|
|
line-height: 20px;
|
|
|
|
vertical-align: middle;
|
|
|
|
}
|
2015-10-19 05:19:45 -04:00
|
|
|
|
2014-12-25 11:35:04 -05:00
|
|
|
th {
|
2016-01-14 05:55:15 -05:00
|
|
|
background-color: $background-color;
|
2014-12-25 11:35:04 -05:00
|
|
|
font-weight: normal;
|
2016-05-02 13:52:46 -04:00
|
|
|
border-bottom: none;
|
2014-12-25 11:35:04 -05:00
|
|
|
}
|
2015-10-19 05:19:45 -04:00
|
|
|
|
2014-12-25 11:35:04 -05:00
|
|
|
td {
|
2016-01-25 05:42:47 -05:00
|
|
|
border-color: $table-border-color;
|
2014-12-25 11:35:04 -05:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|