Team chat

This commit is contained in:
yflory
2019-09-17 11:05:32 +02:00
parent 08b105bc10
commit 81c2df389a
7 changed files with 159 additions and 14 deletions

View File

@@ -369,12 +369,12 @@
}
}
button {
height: 54px;
height: 54px !important;
border-radius: 0;
border: none;
background-color: darken(@bg-color, 15%);
background-color: darken(@bg-color, 15%) !important;
&:hover {
background-color: darken(@bg-color, 20%);
background-color: darken(@bg-color, 20%) !important;
}
}
}