Skip to content

Commit da5d54f

Browse files
committed
fix formatting in button and cookie-consent component styles
1 parent e3a36e7 commit da5d54f

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
transition: all 0.2s;
1515

1616
&:disabled {
17-
opacity: 0.5;
1817
cursor: not-allowed;
18+
opacity: 0.5;
1919
}
2020

2121
&.button--inline {

projects/social_platform/src/app/ui/components/cookie-consent/cookie-consent.component.scss

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
.cookie-consent {
44
position: fixed;
5-
bottom: 20px;
65
right: 20px;
6+
bottom: 20px;
77
z-index: 9999;
88
max-width: 320px;
99
padding: 24px;
@@ -24,17 +24,17 @@
2424

2525
&__label {
2626
display: inline-flex;
27-
align-items: center;
2827
gap: 10px;
29-
cursor: pointer;
28+
align-items: center;
3029
color: var(--dark-gray);
30+
cursor: pointer;
3131
}
3232

3333
&__buttons {
3434
display: flex;
35+
gap: 10px;
3536
align-items: center;
3637
justify-content: space-between;
37-
gap: 10px;
3838

3939
app-button {
4040
flex: 1;

0 commit comments

Comments
 (0)