Skip to content

Commit 716396f

Browse files
authored
[design] improve form group spacing
1 parent b841a3e commit 716396f

File tree

13 files changed

+1820
-1532
lines changed

13 files changed

+1820
-1532
lines changed

‎src/css/button.css‎

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ input[type="reset"],
55
input[type="submit"]{
66
background-color:rgb(var(--button-background));
77
padding:0.25em1em;
8-
margin:001em0;
8+
margin:0;
99
color:rgb(var(--button-text));
1010
font-size:1em;
1111
font-family:var(--theme-font-ui-name);
@@ -207,11 +207,3 @@ button [class*=" button-"]:last-child,
207207
background-color: transparent;
208208
color: transparent;
209209
}
210-
211-
.button-wrap{
212-
padding:0.5em0;
213-
position: relative;
214-
width:100%;
215-
display: flex;
216-
flex-direction: row;
217-
}

0 commit comments

Comments
(0)