Save
This commit is contained in:
@@ -445,6 +445,41 @@ strong {
|
||||
saturate(367%) hue-rotate(356deg) brightness(104%) contrast(104%);
|
||||
}
|
||||
}
|
||||
|
||||
._content {
|
||||
&._2_columns {
|
||||
display: grid;
|
||||
grid-template-columns: 250px 1fr;
|
||||
gap: 50px;
|
||||
|
||||
._left {
|
||||
a {
|
||||
display: flex;
|
||||
gap: 10px;
|
||||
text-transform: uppercase;
|
||||
padding: 5px;
|
||||
|
||||
color: #1d1d1e;
|
||||
font-size: 16px;
|
||||
font-weight: 400;
|
||||
font-family: $fURWForm;
|
||||
|
||||
&:hover {
|
||||
img {
|
||||
display: block;
|
||||
}
|
||||
}
|
||||
|
||||
img {
|
||||
width: 10px;
|
||||
transform: rotate(-90deg);
|
||||
display: none;
|
||||
margin-bottom: 4px;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user