Skip to content

Commit bf52b92

Browse files
committed
styles for hotfix of select, submit-project-modal
1 parent 87e8c54 commit bf52b92

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

projects/social_platform/src/app/office/features/detail/detail.component.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,8 +231,8 @@ $detail-bar-mb: 12px;
231231
margin-top: 20px;
232232

233233
&--disabled {
234-
opacity: 0.5;
235234
cursor: not-allowed;
235+
opacity: 0.5;
236236
}
237237
}
238238

projects/social_platform/src/app/office/onboarding/stage-zero/stage-zero.component.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
.page {
44
position: relative;
5-
margin-bottom: 50px;
65
padding-bottom: 130px;
6+
margin-bottom: 50px;
77

88
&__form {
99
@include responsive.apply-desktop {

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@
4545
}
4646

4747
&--disabled {
48-
opacity: 0.5;
4948
cursor: not-allowed;
49+
opacity: 0.5;
5050
}
5151

5252
@include typography.body-12;

0 commit comments

Comments
 (0)