achievements simple styling

This commit is contained in:
kurpfish 2021-09-15 17:33:18 +03:00
parent 35fa372bdd
commit 69924802ba

View File

@ -9,7 +9,7 @@
top: 50px; top: 50px;
left: 0; left: 0;
width: 140px; width: 140px;
height: 60px; min-height: 70px;
padding: 1rem; padding: 1rem;
display: flex; display: flex;
flex-direction: column; flex-direction: column;
@ -17,6 +17,22 @@
align-items: center; align-items: center;
display: none; display: none;
text-align: left; text-align: left;
border-bottom: 3px solid #52b709;
border-left: 3px solid #52b709;
}
&__title {
color: #18586e;
font-size: 20px;
margin: 0;
padding: 0;
}
&__description {
color: #18586e;
font-size: 14px;
margin: 0;
padding: 0;
} }
&__icon { &__icon {