cartodb/app/assets/stylesheets/common/onboarding-notification.css.scss
2020-06-15 10:58:47 +08:00

24 lines
416 B
SCSS

// Onboarding top notification
// --------------------------------------------------
.onboardingNotification {
box-sizing: border-box;
width: 100%;
padding: 12px;
color: #FFF;
text-align: center;
}
.onboardingNotification-link {
color: #FFF;
text-decoration: underline;
cursor: pointer;
}
.onboardingNotification-closeButton {
position: absolute;
right: 12px;
width: 16px;
height: 16px;
}