CSS tweaks
This commit is contained in:
parent
e265e967e2
commit
97c7800e4d
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue