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/support-banner.scss

41 lines
692 B

// Dashboard banner styles
// --------------------------------------------------
@import "../variables/mixins";
@import "../variables/sizes";
@import "../variables/colors";
.SupportBanner {
display: block;
width: 100%;
padding: $sMargin-element 0 $sMargin-section;
}
.SupportBanner-inner {
display: flex;
position: relative;
align-items: center;
justify-content: space-between;
}
.SupportBanner-link {
display: block;
}
.SupportBanner-info {
width: 640px;
}
.SupportBanner-infoDescription {
margin-top: 4px;
}
.SupportBanner-infoDescriptionLink {
color: $cTypography-secondary;
text-decoration: underline;
&:hover {
color: $cTypography-paragraphs;
}
}