Fix chevron position

This commit is contained in:
Jiiks 2018-08-22 01:42:14 +03:00
parent 242fbfaaa7
commit 25aecf82a6
2 changed files with 8 additions and 3 deletions

View File

@ -52,10 +52,11 @@
.bd-cmSub {
.bd-materialDesignIcon {
position: absolute;
right: 0;
position: relative;
bottom: 2px;
fill: hsla(0, 0%, 100%, .6);
display: flex;
justify-content: flex-end;
svg {
height: 20px;
@ -86,6 +87,10 @@
width: 100%;
display: flex;
&.bd-cmSub {
padding: 6px 0 6px 9px;
}
.bd-cmHint {
opacity: .8;
color: hsla(0, 0%, 100%, .6);

View File

@ -71,7 +71,7 @@
justify-content: flex-end;
&:not(:empty) {
border-top: 1px solid hsla(0, 0%, 96.1%, .08)
border-top: 1px solid hsla(0, 0%, 96.1%, .08);
}
.bd-notificationBtn {