You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
cartodb/assets/stylesheets/common/onboarding-notification.scss

24 lines
416 B

// 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;
}