fix tracker card
This commit is contained in:
@ -276,7 +276,7 @@
|
||||
|
||||
&__add {
|
||||
display: flex;
|
||||
margin: 0 15px 0 10px;
|
||||
margin: 0 10px 0 15px;
|
||||
|
||||
.button-add-column {
|
||||
width: 33px;
|
||||
@ -288,7 +288,7 @@
|
||||
}
|
||||
|
||||
p {
|
||||
margin-left: 14px;
|
||||
margin-left: 5px;
|
||||
font-weight: 300;
|
||||
font-size: 14px;
|
||||
line-height: 17px;
|
||||
@ -521,7 +521,7 @@
|
||||
margin: 0 10px;
|
||||
column-gap: 5px;
|
||||
cursor: pointer;
|
||||
padding: 5px 20px;
|
||||
padding: 5px;
|
||||
border-radius: 8px;
|
||||
border: 1px solid #e3e2e2;
|
||||
max-height: 30px;
|
||||
@ -542,7 +542,7 @@
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
display: flex;
|
||||
background: #cbd9f9;
|
||||
background: #99b4f3;
|
||||
color: white;
|
||||
font-size: 14px;
|
||||
transition: all 0.15s ease;
|
||||
@ -798,7 +798,7 @@
|
||||
|
||||
&__item {
|
||||
width: 328px;
|
||||
padding: 16px;
|
||||
padding: 4px 10px;
|
||||
position: relative;
|
||||
box-shadow: 0px 3px 2px -2px rgba(0, 0, 0, 0.06),
|
||||
0px 5px 3px -2px rgba(0, 0, 0, 0.02);
|
||||
@ -854,7 +854,7 @@
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
font-size: 20px;
|
||||
padding-bottom: 13px;
|
||||
padding-bottom: 10px;
|
||||
width: 24px;
|
||||
height: 24px;
|
||||
border: 1px solid #dddddd;
|
||||
@ -862,11 +862,11 @@
|
||||
}
|
||||
|
||||
&__description {
|
||||
margin: 8px 0 4px;
|
||||
margin: 4px 0;
|
||||
color: #5c6165;
|
||||
font-weight: 400;
|
||||
font-size: 14px;
|
||||
line-height: 140%;
|
||||
line-height: 110%;
|
||||
max-height: 100px;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
@ -955,12 +955,11 @@
|
||||
|
||||
&__executor {
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
align-items: center;
|
||||
margin: 10px 0 15px;
|
||||
padding-right: 10px;
|
||||
margin-top: 2px;
|
||||
font-size: 14px;
|
||||
font-weight: 500;
|
||||
column-gap: 5px;
|
||||
|
||||
span {
|
||||
max-width: 210px;
|
||||
@ -980,7 +979,7 @@
|
||||
flex-wrap: wrap;
|
||||
column-gap: 6px;
|
||||
row-gap: 3px;
|
||||
margin: 5px 0 10px;
|
||||
margin-bottom: 5px;
|
||||
|
||||
.tagItem {
|
||||
padding: 3px 10px;
|
||||
@ -1071,7 +1070,7 @@
|
||||
img {
|
||||
width: 27px;
|
||||
height: 27px;
|
||||
margin-right: 17px;
|
||||
margin-right: 5px;
|
||||
}
|
||||
|
||||
p {
|
||||
|
Reference in New Issue
Block a user