feat: remove value_prop_cookie to show the Notification feature in courseware (#524)

Part 4 of REV-2130
This commit is contained in:
julianajlk
2021-07-14 10:47:32 -04:00
committed by GitHub
parent 86a4cf9af7
commit d93df0e06f
11 changed files with 86 additions and 80 deletions

View File

@@ -14,6 +14,11 @@
}
}
.active {
border-bottom: 3px solid $primary-700;
.active::after {
content: '';
position: absolute;
border-bottom: 2px solid $primary-700;
right: 0;
left: 0;
bottom: -1px;
}