We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f9a02a commit 13db61dCopy full SHA for 13db61d
app/components/publisherPage/styles/style-checksSection.scss
@@ -8,7 +8,36 @@
8
max-width: 960px;
9
width: 100%;
10
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;
23
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
41
.titleBar {
42
height: 32px;
43
width: calc(100% - 32px);
0 commit comments