style fix

This commit is contained in:
Victor Batischev
2024-02-09 20:34:29 +03:00
parent e1516910ee
commit 5450400315
5 changed files with 54 additions and 16 deletions

View File

@ -219,6 +219,16 @@
border-bottom: 1px solid #dde2e4;
padding: 0 35px 15px;
&__title {
display: flex;
align-items: center;
column-gap: 5px;
img {
margin-left: -22px;
height: 22px;
}
}
@media (max-width: 1000px) {
padding: 0 15px 15px;
}
@ -250,7 +260,7 @@
font-size: 22px;
line-height: 32px;
margin-bottom: 0;
max-width: 21%;
max-width: 160px;
word-break: break-all;
overflow: hidden;
white-space: nowrap;
@ -456,8 +466,8 @@
}
img {
width: 15px;
height: 15px;
width: 20px;
height: 20px;
}
&:hover {
@ -502,6 +512,13 @@
&__tags {
position: relative;
img {
transition: all 0.15s ease;
margin-left: 5px;
}
.open {
transform: rotate(180deg);
}
.tags {
&__add {
display: flex;
@ -571,8 +588,8 @@
justify-content: space-between;
padding: 0px 8px;
border-radius: 8px;
height: 50px;
max-height: 50px;
height: 40px;
max-height: 40px;
background: #fff;
&__description {
@ -676,7 +693,7 @@
border: none;
background: #252c32;
color: whitesmoke;
margin: 10px auto 0;
margin: 0 auto 0;
border-radius: 10px;
font-size: 15px;
padding: 5px 12px;