fix: course card buttons

This commit is contained in:
Jan Doe
2021-09-10 18:54:27 +05:30
parent 7721f31342
commit 56d738474a
3 changed files with 124 additions and 86 deletions

View File

@@ -76,7 +76,6 @@ input[type=checkbox] {
border-radius: 4px;
padding: 4px 6px;
font-size: 10px;
line-height: 120%;
text-align: center;
letter-spacing: 0.011em;
text-transform: uppercase;
@@ -85,6 +84,15 @@ input[type=checkbox] {
box-shadow: 0px 5px 10px rgb(0 0 0 / 10%);
}
.dark-pills {
background: rgba(25, 39, 52, 0.8);
color: #ffffff;
}
.dark-pills img {
width: 0.75rem;
height: 0.75rem;
}
.common-page-style {
background: #F4F5F6;
padding-bottom: 5rem;
@@ -172,6 +180,7 @@ input[type=checkbox] {
padding: 8px 0px 8px;
text-align: center;
line-height: 135%;
cursor: pointer;
}
.cards-parent {