Commit e8e7b230 authored by Mark Otto's avatar Mark Otto

grunt

parent 47d334b2
...@@ -3821,6 +3821,20 @@ input[type="button"].btn-block { ...@@ -3821,6 +3821,20 @@ input[type="button"].btn-block {
display: block; display: block;
} }
.navbar-divider {
float: left;
width: 1px;
padding-top: .425rem;
padding-bottom: .425rem;
margin-right: 1rem;
margin-left: 1rem;
overflow: hidden;
}
.navbar-divider:before {
content: '\00a0';
}
.navbar-toggler { .navbar-toggler {
padding: .5rem .75rem; padding: .5rem .75rem;
font-size: 1.25rem; font-size: 1.25rem;
...@@ -3889,6 +3903,10 @@ input[type="button"].btn-block { ...@@ -3889,6 +3903,10 @@ input[type="button"].btn-block {
color: rgba(0, 0, 0, .8); color: rgba(0, 0, 0, .8);
} }
.navbar-light .navbar-divider {
background-color: rgba(0, 0, 0, .075);
}
.navbar-dark .navbar-brand { .navbar-dark .navbar-brand {
color: white; color: white;
} }
...@@ -3922,6 +3940,10 @@ input[type="button"].btn-block { ...@@ -3922,6 +3940,10 @@ input[type="button"].btn-block {
color: white; color: white;
} }
.navbar-dark .navbar-divider {
background-color: rgba(255, 255, 255, .075);
}
.card { .card {
position: relative; position: relative;
margin-bottom: .75rem; margin-bottom: .75rem;
......
This diff was suppressed by a .gitattributes entry.
This source diff could not be displayed because it is too large. You can view the blob instead.
This diff was suppressed by a .gitattributes entry.
...@@ -3821,6 +3821,20 @@ input[type="button"].btn-block { ...@@ -3821,6 +3821,20 @@ input[type="button"].btn-block {
display: block; display: block;
} }
.navbar-divider {
float: left;
width: 1px;
padding-top: .425rem;
padding-bottom: .425rem;
margin-right: 1rem;
margin-left: 1rem;
overflow: hidden;
}
.navbar-divider:before {
content: '\00a0';
}
.navbar-toggler { .navbar-toggler {
padding: .5rem .75rem; padding: .5rem .75rem;
font-size: 1.25rem; font-size: 1.25rem;
...@@ -3889,6 +3903,10 @@ input[type="button"].btn-block { ...@@ -3889,6 +3903,10 @@ input[type="button"].btn-block {
color: rgba(0, 0, 0, .8); color: rgba(0, 0, 0, .8);
} }
.navbar-light .navbar-divider {
background-color: rgba(0, 0, 0, .075);
}
.navbar-dark .navbar-brand { .navbar-dark .navbar-brand {
color: white; color: white;
} }
...@@ -3922,6 +3940,10 @@ input[type="button"].btn-block { ...@@ -3922,6 +3940,10 @@ input[type="button"].btn-block {
color: white; color: white;
} }
.navbar-dark .navbar-divider {
background-color: rgba(255, 255, 255, .075);
}
.card { .card {
position: relative; position: relative;
margin-bottom: .75rem; margin-bottom: .75rem;
......
This diff was suppressed by a .gitattributes entry.
This source diff could not be displayed because it is too large. You can view the blob instead.
This diff was suppressed by a .gitattributes entry.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment