mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-13 08:09:41 +00:00
ui: another glyphicon vs fontawesome spot
This commit is contained in:
parent
1bdade149e
commit
f190ec9869
@ -499,8 +499,8 @@ button.toggle-sidebar {
|
||||
border: none;
|
||||
margin-top: 18px;
|
||||
float: left;
|
||||
&.glyphicon {
|
||||
&.glyphicon-chevron-left, &.glyphicon-chevron-right {
|
||||
&.fa {
|
||||
&.fa-chevron-left, &.fa-chevron-right {
|
||||
position: absolute;
|
||||
-webkit-transition: all 0.1s ease;
|
||||
-moz-transition: all 0.1s ease;
|
||||
@ -508,7 +508,7 @@ button.toggle-sidebar {
|
||||
-ms-transition: all 0.1s ease;
|
||||
transition: all 0.1s ease;
|
||||
}
|
||||
&.glyphicon-chevron-left:active, &.glyphicon-chevron-right:active {
|
||||
&.fa-chevron-left:active, &.fa-chevron-right:active {
|
||||
position: absolute;
|
||||
-webkit-transform: rotate(180deg);
|
||||
-moz-transform: rotate(180deg);
|
||||
@ -516,7 +516,7 @@ button.toggle-sidebar {
|
||||
-ms-transform: rotate(180deg);
|
||||
transform: rotate(180deg);
|
||||
}
|
||||
&.glyphicon-chevron-left:focus, &.glyphicon-chevron-right:focus {
|
||||
&.fa-chevron-left:focus, &.fa-chevron-right:focus {
|
||||
outline: none;
|
||||
}
|
||||
}
|
||||
|
||||
@ -7231,7 +7231,7 @@ button.toggle-sidebar {
|
||||
margin-top: 18px;
|
||||
float: left;
|
||||
}
|
||||
button.toggle-sidebar.glyphicon.glyphicon-chevron-left, button.toggle-sidebar.glyphicon.glyphicon-chevron-right {
|
||||
button.toggle-sidebar.fa.fa-chevron-left, button.toggle-sidebar.fa.fa-chevron-right {
|
||||
position: absolute;
|
||||
-webkit-transition: all 0.1s ease;
|
||||
-moz-transition: all 0.1s ease;
|
||||
@ -7239,7 +7239,7 @@ button.toggle-sidebar.glyphicon.glyphicon-chevron-left, button.toggle-sidebar.gl
|
||||
-ms-transition: all 0.1s ease;
|
||||
transition: all 0.1s ease;
|
||||
}
|
||||
button.toggle-sidebar.glyphicon.glyphicon-chevron-left:active, button.toggle-sidebar.glyphicon.glyphicon-chevron-right:active {
|
||||
button.toggle-sidebar.fa.fa-chevron-left:active, button.toggle-sidebar.fa.fa-chevron-right:active {
|
||||
position: absolute;
|
||||
-webkit-transform: rotate(180deg);
|
||||
-moz-transform: rotate(180deg);
|
||||
@ -7247,7 +7247,7 @@ button.toggle-sidebar.glyphicon.glyphicon-chevron-left:active, button.toggle-sid
|
||||
-ms-transform: rotate(180deg);
|
||||
transform: rotate(180deg);
|
||||
}
|
||||
button.toggle-sidebar.glyphicon.glyphicon-chevron-left:focus, button.toggle-sidebar.glyphicon.glyphicon-chevron-right:focus {
|
||||
button.toggle-sidebar.fa.fa-chevron-left:focus, button.toggle-sidebar.fa.fa-chevron-right:focus {
|
||||
outline: none;
|
||||
}
|
||||
/* COLLAPSE SIDEBAR END*/
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user