Skip to content

Commit dd69c80

Browse files
committed
add styles for actual programs
1 parent 15b1ed4 commit dd69c80

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -60,19 +60,19 @@
6060
display: flex;
6161
flex-direction: column;
6262
gap: 12px;
63-
margin-top: 12px;
6463
max-width: 135px;
64+
margin-top: 12px;
6565
}
6666

6767
&__program {
6868
display: flex;
6969
flex-direction: column;
7070
gap: 5px;
71-
cursor: pointer;
7271
padding: 8px;
73-
border-radius: var(--rounded-lg);
74-
border: 0.5px solid var(--medium-grey-for-outline);
72+
cursor: pointer;
7573
background-color: var(--light-white);
74+
border: 0.5px solid var(--medium-grey-for-outline);
75+
border-radius: var(--rounded-lg);
7676
transition: background-color 0.2s ease-in-out;
7777

7878
&:hover {
@@ -138,8 +138,8 @@
138138

139139
&__info {
140140
display: flex;
141-
align-items: center;
142141
gap: 5px;
142+
align-items: center;
143143
}
144144

145145
&__title {

0 commit comments

Comments
 (0)