Merge pull request #32 from ddieruf/dev

Added navbar-light class and fixed md/sm row wodth
This commit is contained in:
David Dieruf 2020-09-30 16:12:33 -04:00 коммит произвёл GitHub
Родитель 22bf49cb5f 508d30f54a
Коммит 3eacfca120
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
2 изменённых файлов: 13 добавлений и 7 удалений

Просмотреть файл

@ -1,6 +1,6 @@
@inject IDocsSite DocsSite
<nav class="bg-white navbar navbar-expand-xl container py-xl-2">
<nav class="bg-white navbar navbar-expand-xl container py-xl-2 navbar-light">
<Href class="navbar-brand" href="/">
<img id="logo" class="svg" src="/images/logo.svg" alt="Steeltoe" >
</Href>

Просмотреть файл

@ -62,6 +62,11 @@ app {
max-width: 700px;
}
}
@media (max-width: 768px) {
.width-90, .width-80, .width-80, .width-75 , .width-70, .width-60, .width-55, .width-50 {
max-width: unset;
}
}
/*===================== BACKGROUND COLORS===================== */
.bg-midnight-blue {
@ -192,17 +197,18 @@ h4 {
font-style: normal;
font-weight: bold;
}
a {
a, .navbar-light .navbar-nav .nav-link, .navbar-light .navbar-nav .show > .nav-link {
text-decoration: none;
color: #0066cc;
}
/* =====================FONT STYLING===================== */
.special-link {
font-style: normal;
font-weight: bold;
text-transform: uppercase;
color: #ffd700;
.special-link {
font-style: normal;
font-weight: bold;
text-transform: uppercase;
color: #ffd700;
font-size: smaller;
}
.font-sm {
font-size: 90%;