CSS tweaks

This commit is contained in:
Teemu Patja 2017-02-18 23:36:29 +02:00
parent e265e967e2
commit 97c7800e4d
No known key found for this signature in database
GPG Key ID: F5B7035E6580FD4C
1 changed files with 6 additions and 2 deletions

View File

@ -15,7 +15,7 @@
.ui.button {
background-color: #b0f1ee;
white-space: nowrap;
padding: 1em 1.2em 1em;
padding: 0.9em 1.2em 0.9em;
}
.ui.small.button {
font-size: 15px!important;
@ -112,14 +112,18 @@ span.dropdown.icon {
display: inline-block;
vertical-align: bottom;
padding: 0em 1em 0em;
font-family: 'postgrotesk-medium';
font-family: 'postgrotesk';
font-size: 15px;
a {
padding: 1em;
font-size: 15px;
}
.remove-link:hover {
color: #e96868;
}
}
.page-content {
margin-top: 2em;
}