1
0
Fork 0
mirror of https://github.com/documize/community.git synced 2025-08-09 07:25:23 +02:00
This commit is contained in:
Harvey Kandola 2016-07-02 16:43:08 -07:00
parent eaa2b31c77
commit 50b769f84e
2 changed files with 13 additions and 2 deletions

View file

@ -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)

View file

@ -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;