mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-02-11 23:17:48 +00:00
Rename table border variable
There are other vars named brd, but I think border is clearer and doesn't need to be abreviated here.
This commit is contained in:
@@ -41,7 +41,7 @@
|
||||
|
||||
.ts-wrapper.single .ts-control,
|
||||
.ts-dropdown.single {
|
||||
border-color: $admin-table-border;
|
||||
border-color: $color-tbl-border;
|
||||
}
|
||||
|
||||
.ts-control,
|
||||
|
||||
@@ -29,7 +29,7 @@ form[name="enterprise_form"] {
|
||||
}
|
||||
|
||||
.admin-enterprises-index-admin-actions-divider {
|
||||
background-color: $admin-table-border;
|
||||
background-color: $color-tbl-border;
|
||||
border-width: 0;
|
||||
height: 1px;
|
||||
margin-bottom: 1em;
|
||||
|
||||
@@ -39,7 +39,7 @@
|
||||
}
|
||||
|
||||
table tr:last-child th {
|
||||
border-bottom: 1px solid $admin-table-border;
|
||||
border-bottom: 1px solid $color-tbl-border;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
// Admin variables and colours
|
||||
$color-warning: $color-5;
|
||||
$admin-table-border: $pale-blue;
|
||||
$color-tbl-border: $pale-blue;
|
||||
|
||||
$modal-close-button-color: #de6060;
|
||||
$modal-close-button-hover-color: #bf4545;
|
||||
|
||||
Reference in New Issue
Block a user