Move new changes to the scss file

Move the new code for the settings cog to the scss file rather than the
css directoly and then let scss fill the css file.
This commit is contained in:
Deepjyoti Barman
2020-09-17 11:05:41 +05:30
parent 20802593b3
commit 8011f7c029
2 changed files with 15 additions and 5 deletions

View File

@@ -158,8 +158,6 @@ body {
height: 48px;
position: absolute;
bottom: 25px;
right: 25px;
}
.cog:hover {
fill: white;
}
right: 25px; }
#settings-cog .cog:hover {
fill: white; }

View File

@@ -251,4 +251,16 @@ body {
cursor: pointer;
}
}
}
#settings-cog {
width: 48px;
height: 48px;
position: absolute;
bottom: 25px;
right: 25px;
.cog:hover {
fill: white;
}
}