refactor: rename Value Prop related notification components (#516)
Part 3 of REV-2130
This commit is contained in:
19
src/courseware/course/NotificationTrigger.scss
Normal file
19
src/courseware/course/NotificationTrigger.scss
Normal file
@@ -0,0 +1,19 @@
|
||||
.notification-trigger-btn {
|
||||
border: 1px solid $light-400;
|
||||
background: none;
|
||||
margin-top: 0.625rem;
|
||||
|
||||
position: absolute;
|
||||
right: 0;
|
||||
|
||||
@media (max-width: -1 + map-get($grid-breakpoints, 'sm')) {
|
||||
border: none;
|
||||
margin: 0.3rem 1.25rem 0 0.25rem;
|
||||
top: 0.1rem;
|
||||
right: -3rem;
|
||||
}
|
||||
}
|
||||
|
||||
.active {
|
||||
border-bottom: 3px solid $primary-700;
|
||||
}
|
||||
Reference in New Issue
Block a user