Most of the interface done
This commit is contained in:
parent
4eea7769ff
commit
be8ff3466a
32 changed files with 983 additions and 7 deletions
|
|
@ -32,3 +32,15 @@ $navbar-padding-y: 0;
|
|||
$nav-link-padding-y: 0.2rem;
|
||||
|
||||
@import "bootstrap/scss/bootstrap";
|
||||
|
||||
a.btn, button.btn {
|
||||
text-decoration: none !important;
|
||||
}
|
||||
|
||||
.fixed-bottom .nav-item a {
|
||||
border-top: 1px solid $pink;
|
||||
}
|
||||
.fixed-bottom .nav-item a.active {
|
||||
background: white;
|
||||
color: $pink;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue