Iterate PR, tweak margins

This commit is contained in:
Michael Telatynski 2020-08-18 12:00:56 +01:00
parent 3fe6f0a792
commit 24a088e234
4 changed files with 23 additions and 6 deletions

View file

@ -32,15 +32,14 @@ limitations under the License.
font-size: $font-13px;
div:first-child {
font-weight: 500;
font-weight: $font-semi-bold;
margin-bottom: 8px;
}
.mx_AccessibleButton {
color: $secondary-fg-color;
position: relative;
margin-left: 24px;
padding: 0;
padding: 0 0 0 24px;
font-size: inherit;
&::before {
@ -49,7 +48,7 @@ limitations under the License.
height: 16px;
position: absolute;
top: 0;
left: -24px;
left: 0;
background: $secondary-fg-color;
mask-position: center;
mask-size: contain;