settings page styling

This commit is contained in:
realaravinth
2021-07-21 14:46:31 +05:30
parent b603208d48
commit 2c2f79e1cd
9 changed files with 184 additions and 43 deletions

View File

@@ -29,18 +29,8 @@
margin-top: 40px;
}
li.help-text__instructions::marker {
background-color: $violet;
width: 30px;
height: 30px;
border-radius: 50%;
align-items: center;
justify-content: center;
}
.help-text__instructions {
font-size: 19px;
font-weight: 500;
padding: 10px;
margin: auto;
}

View File

@@ -20,4 +20,11 @@
.help-text {
flex-direction: column;
justify-content: normal;
padding: 10px;
margin: 20px auto;
}
.help-text__instructions {
width: 86%;
}