cartodb-4.42/assets/stylesheets/common/onboarding-notification.scss
2024-04-06 05:25:13 +00: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;
}