Skip to content

Commit abe7ae6

Browse files
committed
add styles for modals & tooltip
1 parent a29f13d commit abe7ae6

4 files changed

Lines changed: 8 additions & 8 deletions

File tree

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -175,8 +175,8 @@
175175

176176
&__wrapper {
177177
position: absolute;
178-
bottom: 22px;
179178
right: 100%;
179+
bottom: 22px;
180180
left: auto;
181181
width: 310px;
182182
padding: 18px 10px 10px 16px;
@@ -206,7 +206,7 @@
206206
justify-content: center;
207207
width: 80%;
208208
max-height: calc(100vh - 40px);
209-
padding: 0px 24px;
209+
padding: 0 24px;
210210
overflow-y: auto;
211211

212212
@include responsive.apply-desktop {
@@ -245,7 +245,7 @@
245245
display: flex;
246246
flex-direction: column;
247247
gap: 12px;
248-
margin: 30px 0px;
248+
margin: 30px 0;
249249
}
250250
}
251251
}

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@
225225
display: flex;
226226
flex-direction: column;
227227
gap: 12px;
228-
margin: 30px 0px;
228+
margin: 30px 0;
229229
}
230230

231231
&-list {

projects/social_platform/src/app/office/projects/edit/edit.component.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@
232232
display: flex;
233233
flex-direction: column;
234234
gap: 12px;
235-
margin: 30px 0px;
235+
margin: 30px 0;
236236
}
237237
}
238238

projects/social_platform/src/app/office/projects/edit/shared/project-team-step/project-team-step.component.scss

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -149,8 +149,8 @@
149149

150150
&__wrapper {
151151
position: absolute;
152-
bottom: 22px;
153152
right: 100%;
153+
bottom: 22px;
154154
left: auto;
155155
width: 310px;
156156
padding: 18px 10px 10px 16px;
@@ -180,7 +180,7 @@
180180
justify-content: center;
181181
width: 80%;
182182
max-height: calc(100vh - 40px);
183-
padding: 0px 24px;
183+
padding: 0 24px;
184184
overflow-y: auto;
185185

186186
@include responsive.apply-desktop {
@@ -219,7 +219,7 @@
219219
display: flex;
220220
flex-direction: column;
221221
gap: 12px;
222-
margin: 30px 0px;
222+
margin: 30px 0;
223223
}
224224
}
225225
}

0 commit comments

Comments
 (0)