Skip to content

Commit 2eae69d

Browse files
committed
Updated text box styling
1 parent 074995b commit 2eae69d

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

theme.scss

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -183,6 +183,11 @@ ul.pagination li.active a {
183183
font-weight: 700;
184184
}
185185

186+
.navbar-brand:hover,
187+
.navbar-brand:focus {
188+
color: $gs-white-base-color;
189+
}
190+
186191
.card {
187192
.card-body {
188193
background-color: $gs-white-base-color;
@@ -195,6 +200,14 @@ ul.pagination li.active a {
195200
font-weight: 700;
196201
}
197202

203+
.form-control:focus {
204+
color: #021905;
205+
background-color: #fff;
206+
border-color: $gs-primary-alt-color;
207+
outline: 0;
208+
box-shadow: 0 0 0 .05rem $gs-primary-color--lighter;
209+
}
210+
198211
.callout {
199212
&.callout-style-default {
200213
box-shadow: 0 0.2rem 0.5rem $gs-black-color--light,

0 commit comments

Comments
 (0)