pretty navbar
This commit is contained in:
parent
b8d694cc48
commit
1996299d8d
3 changed files with 49 additions and 3 deletions
|
|
@ -21,6 +21,12 @@
|
|||
.top-notification-good {
|
||||
top: 25px;
|
||||
}
|
||||
|
||||
|
||||
#app-nav-bar > #laseca-logo {
|
||||
height: 30px;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
@media (min-width: 769px) {
|
||||
|
|
@ -41,8 +47,18 @@
|
|||
.top-notification-good {
|
||||
top: 50px;
|
||||
}
|
||||
|
||||
#app-nav-bar > #laseca-logo {
|
||||
height: 30px;
|
||||
}
|
||||
}
|
||||
|
||||
#app-nav-bar > #laseca-logo {
|
||||
margin-top: 0;
|
||||
transform: translateY(20%);
|
||||
}
|
||||
|
||||
|
||||
body {
|
||||
background-color: #bdd5ea;
|
||||
}
|
||||
|
|
@ -140,7 +156,7 @@ h1 {
|
|||
.over-background {
|
||||
background-color: white;
|
||||
border-radius: 1vw;
|
||||
padding: 2vw;
|
||||
padding: 10px;
|
||||
margin: 1%;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue