inadvertent error prevention on .row

Add a 5px border on .row settings section
This commit is contained in:
Iglou.eu 2019-02-01 21:14:06 +01:00 committed by GitHub
parent 240789f787
commit 4389b80640
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1505,6 +1505,9 @@ doesnotexist:-o-prefocus, .strengthify-wrapper {
input:not([type='submit']):not(:focus):not(:active) {
border-color: var(--color-border) !important;
}
&:not(#grid-header) {
box-shadow: 5px 0 0 var(--color-primary-element) inset;
}
}
> div,
> form {