mirror of
https://github.com/Safe-Support-Chat/ocrcc-chatbox
synced 2024-11-01 00:55:26 +00:00
express border-radius in em
This commit is contained in:
parent
d0d3fa1e01
commit
ff084d77c6
2
dist/bookmarklet.js
vendored
2
dist/bookmarklet.js
vendored
File diff suppressed because one or more lines are too long
2
dist/chatbox.js
vendored
2
dist/chatbox.js
vendored
File diff suppressed because one or more lines are too long
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user