feat: notify me

This commit is contained in:
pateljannat
2021-08-09 13:13:48 +05:30
parent d5067a4bcd
commit 6cbca8d1bb
12 changed files with 196 additions and 7 deletions

View File

@@ -635,6 +635,11 @@ input[type=checkbox] {
font-size: 12px;
line-height: 135%;
letter-spacing: -0.011em;
border: none;
}
.button:disabled {
cursor: not-allowed;
}
.wide-button {
@@ -660,6 +665,11 @@ input[type=checkbox] {
color: inherit;
}
.is-default {
background: #98A1A9;
color: #ffffff;
}
@media (max-width: 600px) {
.video-preview {
margin-top: 16px;
@@ -676,12 +686,6 @@ input[type=checkbox] {
color: #FFFFFF;
}
.is-default {
background-color: white;
border: 1px solid #C8CFD5;
box-sizing: border-box;
}
.course-home-outline {
margin-top: 3rem;
}