CSS tweaks
This commit is contained in:
parent
e265e967e2
commit
97c7800e4d
|
@ -15,7 +15,7 @@
|
||||||
.ui.button {
|
.ui.button {
|
||||||
background-color: #b0f1ee;
|
background-color: #b0f1ee;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
padding: 1em 1.2em 1em;
|
padding: 0.9em 1.2em 0.9em;
|
||||||
}
|
}
|
||||||
.ui.small.button {
|
.ui.small.button {
|
||||||
font-size: 15px!important;
|
font-size: 15px!important;
|
||||||
|
@ -112,14 +112,18 @@ span.dropdown.icon {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
vertical-align: bottom;
|
vertical-align: bottom;
|
||||||
padding: 0em 1em 0em;
|
padding: 0em 1em 0em;
|
||||||
font-family: 'postgrotesk-medium';
|
font-family: 'postgrotesk';
|
||||||
font-size: 15px;
|
font-size: 15px;
|
||||||
a {
|
a {
|
||||||
padding: 1em;
|
padding: 1em;
|
||||||
font-size: 15px;
|
font-size: 15px;
|
||||||
}
|
}
|
||||||
|
.remove-link:hover {
|
||||||
|
color: #e96868;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
.page-content {
|
.page-content {
|
||||||
margin-top: 2em;
|
margin-top: 2em;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue