1
0

crosslinks

This commit is contained in:
2018-01-26 21:00:50 +01:00
parent 3ecbaf0bff
commit c3566d9338
9 changed files with 151 additions and 76 deletions

View File

@@ -119,4 +119,37 @@ body {
.button:hover {
background-color: #555;
}
.iconbutton {
display: flex;
justify-content: center;
align-items: center;
background: #222;
color: $COL_TEXT_NORMAL;
text-decoration: none;
border: 1px solid #000;
margin: 5px 0;
}
.iconbutton:hover {
cursor: pointer;
background-color: #555;
}
.iconbutton svg {
width: 14pt;
height: 14pt;
margin: 0 4px;
fill: $COL_TEXT_NORMAL;
}
.iconbutton span {
flex-grow: 1;
text-align: center;
font-size: 14pt;
}