mirror of
https://github.com/documize/community.git
synced 2025-08-09 07:25:23 +02:00
ease
This commit is contained in:
parent
eaa2b31c77
commit
50b769f84e
2 changed files with 13 additions and 2 deletions
|
@ -66,6 +66,7 @@
|
||||||
-moz-transition: all 0.30s ease-in-out;
|
-moz-transition: all 0.30s ease-in-out;
|
||||||
-ms-transition: all 0.30s ease-in-out;
|
-ms-transition: all 0.30s ease-in-out;
|
||||||
-o-transition: all 0.30s ease-in-out;
|
-o-transition: all 0.30s ease-in-out;
|
||||||
|
transition: all 0.30s ease-in-out;
|
||||||
}
|
}
|
||||||
|
|
||||||
@mixin arrow-down($color, $size)
|
@mixin arrow-down($color, $size)
|
||||||
|
|
|
@ -22,6 +22,7 @@
|
||||||
border: 1px solid $color-gray;
|
border: 1px solid $color-gray;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
@extend .no-select;
|
@extend .no-select;
|
||||||
|
@include ease-in();
|
||||||
|
|
||||||
&:hover {
|
&:hover {
|
||||||
@extend .z-depth-tiny;
|
@extend .z-depth-tiny;
|
||||||
|
@ -52,6 +53,7 @@
|
||||||
border: 1px solid $color-gray;
|
border: 1px solid $color-gray;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
@extend .no-select;
|
@extend .no-select;
|
||||||
|
@include ease-in();
|
||||||
font-size: 1.2rem;
|
font-size: 1.2rem;
|
||||||
|
|
||||||
&:hover {
|
&:hover {
|
||||||
|
@ -84,6 +86,7 @@
|
||||||
border: 1px solid $color-stroke;
|
border: 1px solid $color-stroke;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
@extend .no-select;
|
@extend .no-select;
|
||||||
|
@include ease-in();
|
||||||
|
|
||||||
&:hover {
|
&:hover {
|
||||||
@extend .z-depth-tiny;
|
@extend .z-depth-tiny;
|
||||||
|
@ -100,10 +103,13 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.button-red-text {
|
.button-red-text {
|
||||||
|
&:hover {
|
||||||
> .material-icons {
|
> .material-icons {
|
||||||
|
@include ease-in();
|
||||||
color: $color-red !important;
|
color: $color-red !important;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
.round-button {
|
.round-button {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
|
@ -119,6 +125,7 @@
|
||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
@extend .no-select;
|
@extend .no-select;
|
||||||
|
@include ease-in();
|
||||||
font-size: 1.2rem;
|
font-size: 1.2rem;
|
||||||
|
|
||||||
> i {
|
> i {
|
||||||
|
@ -144,6 +151,7 @@
|
||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
@extend .no-select;
|
@extend .no-select;
|
||||||
|
@include ease-in();
|
||||||
|
|
||||||
> i {
|
> i {
|
||||||
color: $color-white;
|
color: $color-white;
|
||||||
|
@ -173,6 +181,7 @@
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
border: none;
|
border: none;
|
||||||
@extend .no-select;
|
@extend .no-select;
|
||||||
|
@include ease-in();
|
||||||
|
|
||||||
> .name {
|
> .name {
|
||||||
vertical-align: top;
|
vertical-align: top;
|
||||||
|
@ -234,6 +243,7 @@
|
||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
-webkit-tap-highlight-color: transparent;
|
-webkit-tap-highlight-color: transparent;
|
||||||
@extend .no-select;
|
@extend .no-select;
|
||||||
|
@include ease-in();
|
||||||
|
|
||||||
&:hover {
|
&:hover {
|
||||||
box-shadow: none;
|
box-shadow: none;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue