Skip to content

Commit 7bf2e45

Browse files
committed
improve group, input and status box design
1 parent dfe6d9b commit 7bf2e45

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

src/app/content/live-timing/live-timing-old-view/live-timing-old-view.component.scss

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@
3333
font-weight: bolder;
3434
padding: 0 4px;
3535

36+
border-radius: 4px;
37+
3638
&.success {
3739
color: green
3840
}

src/app/layout/group-box/group-box.component.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
width: calc(100% - 16px - 16px - 2px);
77
display: block;
88
border: 1px gray solid;
9-
margin: 16px 8px 8px 8px;
10-
padding: 16px 8px 8px 8px;
9+
margin: 0;
10+
padding: 32px 16px 16px 16px;
1111
position: relative;
1212

1313
.box-title {

src/styles.scss

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,3 +35,9 @@ hr {
3535
button {
3636
cursor: pointer;
3737
}
38+
39+
input {
40+
background-color: var(--color-bg);
41+
border: 1px solid gray;
42+
border-radius: 2px;
43+
}

0 commit comments

Comments
 (0)