You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
.left-declaration
|
|
|
|
display: flex
|
|
|
|
flex-direction: row
|
|
|
|
height: auto
|
|
|
|
.declaration
|
|
|
|
background-color: rgb(180, 175, 154);
|
|
|
|
width: 10px;
|
|
|
|
height: 100%;
|
|
|
|
margin-right: 5px;
|
|
|
|
&:nth-child(2)
|
|
|
|
width: 4px
|