File tree Expand file tree Collapse file tree
projects/social_platform/src/app
projects/detail/kanban-board/shared/task/detail Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4848
4949 & -score {
5050 display : flex ;
51- align-items : center ;
5251 gap : 3px ;
52+ align-items : center ;
5353 }
5454
5555 p {
397397 @for $i from 1 through 8 {
398398 > li :nth-child (#{$i } ) {
399399 ::ng- deep app- skills- group .content--open {
400- top : 0 px ;
400+ top : 0 ;
401401 margin-top : - #{($i - 1 ) * 50 } px;
402402 }
403403 }
Original file line number Diff line number Diff line change 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 ;
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 {
Original file line number Diff line number Diff line change 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 {
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 );
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 {
You can’t perform that action at this time.
0 commit comments