Fix style of visibility icon in boost modal

signup-info-prompt
Thibaut Girka 2020-07-15 16:04:56 +02:00
parent 610f71db7a
commit 470458da13
1 changed files with 8 additions and 0 deletions

View File

@ -425,6 +425,14 @@
padding: initial;
}
.status__visibility-icon {
color: $dark-text-color;
float: right;
font-size: 14px;
margin-left: 4px;
margin-right: 4px;
}
.status__display-name {
display: flex;
}