mirror of
https://github.com/wassname/talk.git
synced 2026-07-02 22:31:10 +08:00
Updated
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
display: inline-flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
padding: 12px;
|
||||
padding: var(--spacing-unit);
|
||||
box-sizing: border-box;
|
||||
border-width: 1px;
|
||||
border-style: solid;
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
.root {
|
||||
composes: textField from "talk-ui/shared/typography.css";
|
||||
position: relative;
|
||||
display: inline-flex;
|
||||
padding: 7px 10px;
|
||||
display: block;
|
||||
padding: calc(0.5 * var(--spacing-unit));
|
||||
box-sizing: border-box;
|
||||
border-radius: 1px;
|
||||
border-radius: var(--round-corners);
|
||||
}
|
||||
|
||||
.colorRegular {
|
||||
@@ -20,8 +20,6 @@
|
||||
}
|
||||
|
||||
.fullWidth {
|
||||
display: block;
|
||||
width: 100%;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user