mirror of
https://github.com/amiaopensource/ffmprovisr.git
synced 2025-03-25 04:15:29 +01:00
one .btn
- group into a single `.btn` - add spaces for readability
This commit is contained in:
parent
a5a49e1f28
commit
5869850d4b
@ -38,9 +38,6 @@ div {
|
||||
|
||||
.btn {
|
||||
margin: 8px;
|
||||
}
|
||||
|
||||
.btn {
|
||||
display: inline-block;
|
||||
vertical-align: middle;
|
||||
-webkit-transform: translateZ(0);
|
||||
@ -54,6 +51,7 @@ div {
|
||||
-webkit-transition-duration: 0.3s;
|
||||
transition-duration: 0.3s;
|
||||
}
|
||||
|
||||
.btn:before {
|
||||
content: "💫";
|
||||
position: absolute;
|
||||
@ -68,6 +66,7 @@ div {
|
||||
-webkit-transition-timing-function: ease-out;
|
||||
transition-timing-function: ease-out;
|
||||
}
|
||||
|
||||
.btn:hover:before, .btn:focus:before, .btn:active:before {
|
||||
-webkit-transform: scale(1.3) translateZ(0);
|
||||
transform: scale(1.3) translateZ(0);
|
||||
|
Loading…
x
Reference in New Issue
Block a user