Skip to content

Commit 5122007

Browse files
committed
add missing border-radius rules
1 parent 7e38ab3 commit 5122007

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

web_src/css/modules/header.css

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,14 @@ h4.ui.header .sub.header {
103103
border-top: none;
104104
}
105105

106+
.ui.top.attached.header {
107+
border-radius: 0.28571429rem 0.28571429rem 0 0;
108+
}
109+
110+
.ui.bottom.attached.header {
111+
border-radius: 0 0 0.28571429rem 0.28571429rem;
112+
}
113+
106114
.ui.attached.header:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6) {
107115
font-size: 1em;
108116
}

0 commit comments

Comments
 (0)