Skip to content

Commit 46fa2e7

Browse files
committed
add styles for detail page module
1 parent 3441758 commit 46fa2e7

1 file changed

Lines changed: 2 additions & 5 deletions

File tree

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

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,8 @@ $detail-bar-mb: 12px;
3535

3636
&__cover {
3737
position: relative;
38-
border-radius: 15px 15px 0 0;
39-
4038
height: 136px;
39+
border-radius: 15px 15px 0 0;
4140

4241
&--program {
4342
height: 155px;
@@ -79,7 +78,6 @@ $detail-bar-mb: 12px;
7978
}
8079

8180
@include responsive.apply-desktop {
82-
8381
transform: translate(-50%, 50%);
8482
}
8583
}
@@ -113,8 +111,8 @@ $detail-bar-mb: 12px;
113111
display: grid;
114112
grid-template-columns: 2fr 2fr 2fr 2fr 2fr;
115113
gap: 20px;
116-
padding: 24px 0 30px;
117114
align-items: center;
115+
padding: 24px 0 30px;
118116
}
119117

120118
&__presentation {
@@ -268,4 +266,3 @@ $detail-bar-mb: 12px;
268266
align-items: center;
269267
}
270268
}
271-

0 commit comments

Comments
 (0)