Sengi-Windows-MacOS-Linux/src/sass/_commons.scss

37 lines
856 B
SCSS
Raw Normal View History

2018-10-02 03:44:59 +02:00
.waiting-icon {
width: 40px;
display: block;
margin: 5px auto;
}
.flexcroll {
scrollbar-face-color: #08090d;
scrollbar-shadow-color: #08090d;
scrollbar-highlight-color: #08090d;
scrollbar-3dlight-color: #08090d;
scrollbar-darkshadow-color: #08090d;
scrollbar-track-color: #08090d;
scrollbar-arrow-color: #08090d;
&::-webkit-scrollbar {
width: 7px;
}
&::-webkit-scrollbar-thumb {
-webkit-border-radius: 0px;
border-radius: 0px;
// background: #08090d;
background: lighten($color-primary, 5);
// -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.5);
}
2019-04-14 05:04:19 +02:00
}
:host ::ng-deep .emoji-small {
width: 16px;
height: 16px;
vertical-align: middle;
}
:host ::ng-deep .emoji-medium {
width: 20px;
height: 20px;
vertical-align: middle;
2018-10-02 03:44:59 +02:00
}