mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-03-13 04:00:21 +00:00
Update all borders for inputs
Inputs include custom made ones such as tags, select2s and tom selects. Some border radii were using mixins but not utilising it, hence they are now variables.
This commit is contained in:
@@ -1,4 +1,10 @@
|
||||
tags-input {
|
||||
.tags {
|
||||
border: $border-input;
|
||||
border-radius: $border-radius;
|
||||
box-shadow: none;
|
||||
padding: 4px; // hack to make the height match other inputs
|
||||
}
|
||||
&.limit-reached {
|
||||
input,
|
||||
span.input {
|
||||
|
||||
Reference in New Issue
Block a user