Skip to content

Commit

Permalink
Added a few custom CSS classes to improve UI
Browse files Browse the repository at this point in the history
  • Loading branch information
TaaviE committed Dec 17, 2020
1 parent 97e2fed commit 0f7b471
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions static/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@
color: #ffffff;
}

.custom-no-decoration {
text-decoration: none;
}

.custom-height-500 {
height: 500px;
}
Expand Down Expand Up @@ -68,6 +72,15 @@
width: 100%;
}

.custom-loading-button {
margin-top: 5%;
position: absolute;
}

.custom-hide-text {
color: rgba(0, 0, 0, 0);
}

.mdl-layout__tab-bar-button.mdl-layout__tab-bar-left-button {
background-color: var(--primary-color-dark);
}
Expand Down

0 comments on commit 0f7b471

Please sign in to comment.