This commit is contained in:
Belen Curcio
2018-08-06 11:53:46 -03:00
parent 608534b2d0
commit 6c284feea7
2 changed files with 4 additions and 6 deletions
@@ -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;
}