Skip to content

Commit 0ac1b51

Browse files
committed
fix(field-button): fix unstyled look
1 parent 56d4fbb commit 0ac1b51

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

src/scss/themes/basic.scss

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,15 @@ $input-padding: .3rem .4rem;
100100
}
101101
/** End of color field */
102102

103+
/** Simple button */
104+
button {
105+
border-radius: 3px;
106+
padding: $input-padding;
107+
min-width: 100px;
108+
border: none;
109+
}
110+
/** End of simple button */
111+
103112
/** Submit field */
104113
.field-submit {
105114
color: #efefef;

0 commit comments

Comments
 (0)