Resize the cog icon and change it's look
The cog icon looked too large before and the way it looked wasn't too good. Updated the icons SVG and changed its size.
This commit is contained in:
@@ -254,13 +254,16 @@ body {
|
||||
}
|
||||
|
||||
#settings-cog {
|
||||
width: 48px;
|
||||
height: 48px;
|
||||
width: 23px;
|
||||
height: 23px;
|
||||
position: absolute;
|
||||
bottom: 25px;
|
||||
right: 25px;
|
||||
|
||||
.cog:hover {
|
||||
right: 25px;
|
||||
transition: 2s ease-in;
|
||||
|
||||
&:hover .cog {
|
||||
fill: white;
|
||||
stroke: white;
|
||||
transition: 2s ease-in;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user