express border-radius in em

This commit is contained in:
Sharon Kennedy 2020-05-06 20:39:28 -04:00
parent d0d3fa1e01
commit ff084d77c6
3 changed files with 7 additions and 6 deletions

2
dist/bookmarklet.js vendored

File diff suppressed because one or more lines are too long

2
dist/chatbox.js vendored

File diff suppressed because one or more lines are too long

View File

@ -51,7 +51,7 @@
font-size: 1em;
line-height: 1;
background-color: transparent;
padding: 0;
padding: 5px;
#open-chatbox-label {
background: $theme-color;
@ -233,6 +233,7 @@
flex-direction: column;
height: calc(40vh + 180px);
max-height: 100vh;
padding: 5px;
a {
color: inherit;
@ -327,9 +328,9 @@
border: 1px solid $theme-color;
background-color: $theme-color;
color: $white;
border-radius: 15px 15px 0 15px;
border-radius: 1em 1em 0 1em;
margin-left: 10%;
padding: 0.5em 0.75em;
padding: 0.3em 0.6em;
}
a {
@ -349,7 +350,7 @@
border: 1px solid $light-color;
background-color: $light-color;
color: $dark-color;
border-radius: 15px 15px 15px 0;
border-radius: 1em 1em 1em 0;
margin-right: 10%;
padding: 0.5em 0.75em;
}