Try tranistion of trigger-button (not work)

This commit is contained in:
Mathias Fritsche 2017-09-12 09:37:20 +02:00
parent c037fc6eac
commit 02d2fc1ad2

View File

@ -196,6 +196,8 @@ export default {
font-size: 11px; font-size: 11px;
color: fade(white, 50%); color: fade(white, 50%);
} }
} }
} }
@ -215,6 +217,7 @@ export default {
text-align: center; text-align: center;
font-size: 20px; font-size: 20px;
} }
/*.trigger_btn .icon:before {transition:all 0.3s;}*/
.title { .title {
float: left; float: left;
font-size: 14px; font-size: 14px;
@ -240,7 +243,7 @@ export default {
} }
} }
@media(max-width: @screen-xs-max) { /*@media(max-width: @screen-md-max) {
.user_profile { .user_profile {
&>.trigger { &>.trigger {
.text { .text {
@ -249,5 +252,5 @@ export default {
} }
} }
} }*/
</style> </style>