form elements inherit height from flex
This commit is contained in:
@@ -280,7 +280,11 @@ a.no-underline { text-decoration: none; }
|
||||
flex-direction: row;
|
||||
justify-content: center;
|
||||
}
|
||||
.inherit-height-from-flex {
|
||||
height: inherit;
|
||||
}
|
||||
|
||||
/* shadow for the search bar */
|
||||
#blue-border1 {
|
||||
box-shadow: 0px 5px 0 var(--kbccblue), 0px -5px 0 var(--kbccblue), -5px -5px 0 var(--kbccblue), -5px 5px 0 var(--kbccblue);
|
||||
}
|
||||
@@ -290,6 +294,7 @@ a.no-underline { text-decoration: none; }
|
||||
#blue-border3 {
|
||||
box-shadow: 0px 5px 0 var(--kbccblue), 0px -5px 0 var(--kbccblue), 5px -5px 0 var(--kbccblue), 5px 5px 0 var(--kbccblue);
|
||||
}
|
||||
|
||||
.nav-by-jumbotron { margin-top: 0px !important; }
|
||||
#lighthouse-logo {
|
||||
display: inline-block;
|
||||
|
||||
Reference in New Issue
Block a user