mirror of
https://github.com/MrEidam/bigredbutton.git
synced 2026-04-17 15:43:31 +00:00
Icons for the menu, fixed the centration for the (i)
This commit is contained in:
15
css/brb.css
15
css/brb.css
@@ -60,23 +60,22 @@ body{
|
||||
/* Šmol change */
|
||||
.changelog{
|
||||
position: absolute;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
width: 75px;
|
||||
height: 75px;
|
||||
bottom: 10px;
|
||||
right: 10px;
|
||||
filter: drop-shadow(0 0 10px #000);
|
||||
background: #0098FF;
|
||||
background: #0377c4;
|
||||
border-radius: 50%;
|
||||
}
|
||||
.changelog svg{
|
||||
border-radius: 50%;
|
||||
height: 99%;
|
||||
filter: drop-shadow(0 0 10px #000);
|
||||
height: 100%;
|
||||
aspect-ratio: 1/1;
|
||||
/*filter: drop-shadow(0 0 10px #000);*/
|
||||
color: #fff;
|
||||
transition: 0.5s;
|
||||
}
|
||||
.changelog:hover svg{
|
||||
color: #a33;
|
||||
}
|
||||
|
||||
/* Ligt NODE */
|
||||
|
||||
Reference in New Issue
Block a user