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