Keeping old css for buttons

This commit is contained in:
Jesús Espino 2020-10-14 12:41:55 +02:00
parent 304eee5d44
commit 28a0a7110b

View file

@ -254,6 +254,23 @@ hr {
flex: 1;
}
.octo-clickable,
.octo-button {
text-align: center;
border-radius: 5px;
padding: 0 5px;
min-width: 20px;
cursor: pointer;
overflow: hidden;
transition: background 100ms ease-out 0s;
}
.octo-clickable,
.octo-button:hover {
background-color: #eeeeee;
}
.filled {
color: #ffffff;
background-color: #50aadd;