2016-02-20 08:36:52 -06:00
|
|
|
.navbar-page-btn {
|
|
|
|
text-overflow: ellipsis;
|
|
|
|
overflow: hidden;
|
|
|
|
white-space: nowrap;
|
2020-04-18 11:00:54 -05:00
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
2016-02-20 08:36:52 -06:00
|
|
|
margin: 0;
|
|
|
|
font-size: $font-size-lg;
|
2017-09-21 03:40:49 -05:00
|
|
|
min-height: $navbarHeight;
|
2016-02-20 08:36:52 -06:00
|
|
|
|
2017-10-25 05:37:34 -05:00
|
|
|
.gicon {
|
2019-02-18 08:04:26 -06:00
|
|
|
top: -2px;
|
2017-10-25 05:37:34 -05:00
|
|
|
position: relative;
|
2019-02-18 08:04:26 -06:00
|
|
|
font-size: 17px;
|
2017-10-25 05:37:34 -05:00
|
|
|
line-height: 8px;
|
|
|
|
opacity: 0.75;
|
2019-02-18 08:04:26 -06:00
|
|
|
margin-right: 10px;
|
2017-12-11 04:42:13 -06:00
|
|
|
display: none;
|
2019-04-26 12:16:03 -05:00
|
|
|
|
|
|
|
@include media-breakpoint-up(md) {
|
|
|
|
display: inline-block;
|
|
|
|
}
|
2017-10-25 05:37:34 -05:00
|
|
|
}
|
2020-04-04 08:39:43 -05:00
|
|
|
|
|
|
|
.navbar-page-btn__folder-icon {
|
|
|
|
display: none;
|
|
|
|
|
|
|
|
@include media-breakpoint-up(md) {
|
|
|
|
display: inline-block;
|
|
|
|
}
|
|
|
|
}
|
2019-05-22 04:28:11 -05:00
|
|
|
}
|