We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 15b1ed4 commit dd69c80Copy full SHA for dd69c80
1 file changed
projects/social_platform/src/app/office/office.component.scss
@@ -60,19 +60,19 @@
60
display: flex;
61
flex-direction: column;
62
gap: 12px;
63
- margin-top: 12px;
64
max-width: 135px;
+ margin-top: 12px;
65
}
66
67
&__program {
68
69
70
gap: 5px;
71
- cursor: pointer;
72
padding: 8px;
73
- border-radius: var(--rounded-lg);
74
- border: 0.5px solid var(--medium-grey-for-outline);
+ cursor: pointer;
75
background-color: var(--light-white);
+ border: 0.5px solid var(--medium-grey-for-outline);
+ border-radius: var(--rounded-lg);
76
transition: background-color 0.2s ease-in-out;
77
78
&:hover {
@@ -138,8 +138,8 @@
138
139
&__info {
140
141
- align-items: center;
142
+ align-items: center;
143
144
145
&__title {
0 commit comments