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.
 
 
 

24 lines
450 B

.planist-block {
direction: ltr;
text-align: left;
background-color: #fff;
border: 2px solid #000;
color: #555;
border-radius: 10px;
padding: 15px;
cursor: default;
font-size: 25px;
font-weight: bold;
line-height: 1;
}
.planist-block div {
display: flex;
align-items: center;
flex-direction: row;
}
.planist-block svg {
max-width: 100px;
margin-right: 20px;
}