forked from abner/for-legacy-web
Add more internal CSS variables.
This commit is contained in:
@@ -23,9 +23,9 @@ const EditorBase = styled.div`
|
||||
textarea {
|
||||
resize: none;
|
||||
padding: 12px;
|
||||
border-radius: 3px;
|
||||
white-space: pre-wrap;
|
||||
font-size: var(--text-size);
|
||||
border-radius: var(--border-radius);
|
||||
background: var(--secondary-header);
|
||||
}
|
||||
|
||||
|
||||
@@ -27,18 +27,20 @@ const VoiceBase = styled.div`
|
||||
background: var(--secondary-background);
|
||||
|
||||
.status {
|
||||
position: absolute;
|
||||
color: var(--success);
|
||||
background: var(--primary-background);
|
||||
flex: 1 0;
|
||||
display: flex;
|
||||
position: absolute;
|
||||
align-items: center;
|
||||
|
||||
padding: 10px;
|
||||
font-size: 14px;
|
||||
font-weight: 600;
|
||||
border-radius: 7px;
|
||||
flex: 1 0;
|
||||
user-select: none;
|
||||
|
||||
color: var(--success);
|
||||
border-radius: var(--border-radius);
|
||||
background: var(--primary-background);
|
||||
|
||||
svg {
|
||||
margin-inline-end: 4px;
|
||||
cursor: help;
|
||||
|
||||
Reference in New Issue
Block a user