Skip to content

Commit a45b191

Browse files
committed
add styles for skills modal, tag, task-detail
1 parent 21dd8eb commit a45b191

3 files changed

Lines changed: 8 additions & 8 deletions

File tree

projects/social_platform/src/app/office/projects/detail/kanban-board/shared/task/detail/task-detail.component.scss

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

4949
&-score {
5050
display: flex;
51-
align-items: center;
5251
gap: 3px;
52+
align-items: center;
5353
}
5454

5555
p {
@@ -397,7 +397,7 @@
397397
@for $i from 1 through 8 {
398398
> li:nth-child(#{$i}) {
399399
::ng-deep app-skills-group .content--open {
400-
top: 0px;
400+
top: 0;
401401
margin-top: -#{($i - 1) * 50}px;
402402
}
403403
}

projects/social_platform/src/app/office/shared/skills-group/skills-group.component.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,14 @@
66
min-height: 32px;
77

88
.heading {
9+
position: relative;
910
display: flex;
1011
align-items: center;
1112
justify-content: space-between;
1213
width: 100%;
1314
height: 32px;
1415
cursor: pointer;
1516
transition: opacity 0.2s ease;
16-
position: relative;
1717

1818
i {
1919
transition: transform 0.2s ease;
@@ -57,10 +57,10 @@
5757
gap: 14px;
5858

5959
&--open {
60-
width: 40%;
6160
position: absolute;
6261
top: 0%;
6362
right: 0%;
63+
width: 40%;
6464
}
6565

6666
&__option {

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -97,13 +97,13 @@
9797
&.tag--accent-medium {
9898
color: var(--white);
9999
background: transparent;
100-
border: 0.5px solid var(--accent-medium);
100+
border: 0.5px solid var(--accent-medium);
101101
}
102102

103103
&.tag--blue-dark {
104104
color: var(--white);
105105
background: transparent;
106-
border: 0.5px solid var(--blue-dark);
106+
border: 0.5px solid var(--blue-dark);
107107
}
108108

109109
&.tag--complete {
@@ -112,7 +112,7 @@
112112
border: 0.5px solid var(--green);
113113
}
114114

115-
&.tag--complete-dark {
115+
&.tag--complete-dark {
116116
color: var(--white);
117117
background: transparent;
118118
border: 0.5px solid var(--green-dark);
@@ -121,7 +121,7 @@
121121
&.tag--red {
122122
color: var(--white);
123123
background: transparent;
124-
border: 0.5px solid var(--red);
124+
border: 0.5px solid var(--red);
125125
}
126126

127127
&.tag--cyan {

0 commit comments

Comments
 (0)