Skip to content

Commit 399a6cb

Browse files
committed
add styles for detail program page
1 parent c28b705 commit 399a6cb

3 files changed

Lines changed: 11 additions & 12 deletions

File tree

projects/social_platform/src/app/office/program/detail/main/main.component.scss

Lines changed: 10 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -64,9 +64,9 @@
6464

6565
&__analytics {
6666
padding: 12px;
67-
border-radius: var(--rounded-lg);
68-
border: 0.5px solid var(--medium-grey-for-outline);
6967
background-color: var(--light-white);
68+
border: 0.5px solid var(--medium-grey-for-outline);
69+
border-radius: var(--rounded-lg);
7070
}
7171
}
7272

@@ -93,8 +93,7 @@
9393
flex-direction: column;
9494
gap: 10px;
9595
align-items: center;
96-
97-
max-height: none;
96+
max-height: none;
9897

9998
&--scrollable {
10099
max-height: 180px;
@@ -123,20 +122,20 @@
123122

124123
&__soon {
125124
position: relative;
126-
border-radius: var(--rounded-lg);
127-
border: 0.5px solid var(--medium-grey-for-outline);
128125
margin-bottom: 4px;
126+
border: 0.5px solid var(--medium-grey-for-outline);
127+
border-radius: var(--rounded-lg);
129128
}
130129

131130
&__closed {
132131
display: flex;
133132
flex-direction: column;
133+
gap: 2px;
134134
align-items: center;
135135
justify-content: center;
136-
gap: 2px;
137136
padding: 24px 37px;
138137

139-
&--text {
138+
&--text {
140139
color: var(--dark-grey);
141140
}
142141

@@ -154,15 +153,15 @@
154153
&__info {
155154
display: flex;
156155
flex-direction: column;
156+
gap: 2px;
157157
align-items: center;
158158
justify-content: center;
159-
gap: 2px;
160159
margin-top: 8px;
161160

162161
p {
163162
width: 60%;
164-
text-align: center;
165163
color: var(--accent);
164+
text-align: center;
166165
}
167166
}
168167
}
@@ -391,9 +390,9 @@
391390
&__top {
392391
display: flex;
393392
flex-direction: column;
394-
margin-bottom: 10px;
395393
gap: 10px;
396394
align-items: center;
395+
margin-bottom: 10px;
397396
}
398397

399398
&__title {

projects/social_platform/src/app/ui/components/button/button.component.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,7 @@
110110

111111
&--extra-small {
112112
padding: 2px 10px;
113+
113114
@include typography.body-6;
114115
}
115116

projects/social_platform/src/styles/_typography.scss

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,6 @@
245245
@include body-10;
246246
}
247247

248-
249248
@mixin body-6 {
250249
font-family: Mont, sans-serif;
251250
font-size: 6px;

0 commit comments

Comments
 (0)