Skip to content

Commit 75ae3db

Browse files
committed
refactor: update styles
1 parent 4e29fc7 commit 75ae3db

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

priv/static/assets/app.css

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1051,6 +1051,16 @@ select {
10511051
border-bottom-left-radius: 0.375rem;
10521052
}
10531053

1054+
.rounded-l-sm {
1055+
border-top-left-radius: 0.125rem;
1056+
border-bottom-left-radius: 0.125rem;
1057+
}
1058+
1059+
.rounded-r-sm {
1060+
border-top-right-radius: 0.125rem;
1061+
border-bottom-right-radius: 0.125rem;
1062+
}
1063+
10541064
.border {
10551065
border-width: 1px;
10561066
}

0 commit comments

Comments
 (0)