Init(Core): Change repo
This commit is contained in:
22
public/assets/scss/custom/components/_table.scss
Normal file
22
public/assets/scss/custom/components/_table.scss
Normal file
@@ -0,0 +1,22 @@
|
||||
//
|
||||
// _table.scss
|
||||
//
|
||||
|
||||
.table {
|
||||
th {
|
||||
font-weight: $font-weight-medium;
|
||||
}
|
||||
}
|
||||
|
||||
//Table centered
|
||||
.table-centered {
|
||||
td,th {
|
||||
vertical-align: middle !important;
|
||||
}
|
||||
}
|
||||
|
||||
.table-nowrap {
|
||||
th, td {
|
||||
white-space: nowrap;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user