Removed comment in scss and fixed 0px
This commit is contained in:
@@ -85,10 +85,6 @@ time, mark, audio, video {
|
||||
}
|
||||
|
||||
|
||||
/*
|
||||
flex CSS
|
||||
by Astallyne at https://github.com/astallyne
|
||||
*/
|
||||
.flex {
|
||||
display: flex;
|
||||
}
|
||||
@@ -256,7 +252,7 @@ tr {
|
||||
height: auto;
|
||||
transition: all 100ms cubic-bezier(0.55, 0.085, 0.68, 0.53), 0.5s background ease;
|
||||
cursor: pointer;
|
||||
text-shadow: 1px 1px 0px black;
|
||||
text-shadow: 1px 1px 0 black;
|
||||
}
|
||||
|
||||
.button-inner > span {
|
||||
|
||||
Reference in New Issue
Block a user