Skip to content

Commit 13db61d

Browse files
committed
prep-125 css
1 parent 8f9a02a commit 13db61d

File tree

1 file changed

+29
-0
lines changed

1 file changed

+29
-0
lines changed

app/components/publisherPage/styles/style-checksSection.scss

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,36 @@
88
max-width: 960px;
99
width: 100%;
1010
position: relative;
11+
12+
.totals {
13+
height: 48px;
14+
width: 100%;
15+
background-color: white;
16+
display: flex;
17+
direction: rtl;
18+
padding-top: 7px;
19+
padding-bottom: 7px;
20+
padding-left: 21px;
21+
flex-wrap: wrap;
22+
box-sizing: border-box;
1123

24+
@media (max-width: 704px) {
25+
display: none;
26+
}
27+
28+
p {
29+
font-family: $regularFont;
30+
margin: 0 21px 0 0;
31+
font-size: 12px;
32+
color: #4F5858;
33+
span {
34+
font-weight: bold;
35+
visibility: visible;
36+
37+
}
38+
}
39+
40+
}
1241
.titleBar {
1342
height: 32px;
1443
width: calc(100% - 32px);

0 commit comments

Comments
 (0)