background: $white;
border: 1px solid lighten($ui-base-color, 8%);
+ @media screen and (max-width: $no-gap-breakpoint) {
+ border-top: 0;
+ }
+
&--slim-button {
border: 0;
top: -49px;
}
}
+.getting-started .navigation-bar {
+ border-top: 1px solid lighten($ui-base-color, 8%);
+ border-bottom: 1px solid lighten($ui-base-color, 8%);
+
+ @media screen and (max-width: $no-gap-breakpoint) {
+ border-top: 0;
+ }
+}
+
.compose-form__autosuggest-wrapper,
.poll__text input[type="text"],
.compose-form .spoiler-input__input,
border: 1px solid lighten($ui-base-color, 8%);
}
+.search__input {
+ @media screen and (max-width: $no-gap-breakpoint) {
+ border-top: 0;
+ border-bottom: 0;
+ }
+}
+
.list-editor .search .search__input {
border-top: 0;
border-bottom: 0;
background: $white;
}
+.tabs-bar {
+ background: $white;
+ border: 1px solid lighten($ui-base-color, 8%);
+ border-bottom: 0;
+
+ @media screen and (max-width: $no-gap-breakpoint) {
+ border-top: 0;
+ }
+
+ &__link {
+ padding-bottom: 14px;
+ border-bottom-width: 1px;
+ border-bottom-color: lighten($ui-base-color, 8%);
+
+ &:hover,
+ &:active,
+ &:focus {
+ background: $ui-base-color;
+ }
+
+ &.active {
+ &:hover,
+ &:active,
+ &:focus {
+ background: transparent;
+ border-bottom-color: $ui-highlight-color;
+ }
+ }
+ }
+}
+
// Change the default colors used on some parts of the profile pages
.activity-stream-tabs {
background: $account-background-color;
.landing-page__information.contact-widget {
background: $white;
border: 1px solid lighten($ui-base-color, 8%);
+
+ @media screen and (max-width: $no-gap-breakpoint) {
+ border-left: 0;
+ border-right: 0;
+ border-top: 0;
+ }
}
.landing .hero-widget__text {
border-bottom: 0;
}
+.simple_form {
+ input[type=text],
+ input[type=number],
+ input[type=email],
+ input[type=password],
+ textarea {
+ &:hover {
+ border-color: lighten($ui-base-color, 12%);
+ }
+ }
+}
+
.landing .hero-widget__footer {
background: $white;
border: 1px solid lighten($ui-base-color, 8%);
border-top: 0;
+
+ @media screen and (max-width: $no-gap-breakpoint) {
+ border: 0;
+ }
}
.brand__tagline {
&:focus {
background: $ui-base-color;
}
+
+ @media screen and (max-width: $no-gap-breakpoint) {
+ border: 0;
+ }
}
.directory__tag.active > a,
.public-layout {
.account__section-headline {
border: 1px solid lighten($ui-base-color, 8%);
+
+ @media screen and (max-width: $no-gap-breakpoint) {
+ border-top: 0;
+ }
}
.header,
background: $ui-base-color;
border: 1px solid lighten($ui-base-color, 8%);
+ @media screen and (max-width: $no-gap-breakpoint) {
+ border: 0;
+ }
+
.brand {
&:hover,
&:focus,
.avatar img {
border-color: $account-background-color;
}
+
+ @media screen and (max-width: $no-columns-breakpoint) {
+ background: $account-background-color;
+ border: 1px solid lighten($ui-base-color, 8%);
+ border-top: 0;
+ }
}
&__tabs {
h1,
h1 small {
color: $white;
+
+ @media screen and (max-width: $no-columns-breakpoint) {
+ color: $primary-text-color;
+ }
}
}
}
+
+ &__extra {
+ .public-account-bio {
+ border: 0;
+ }
+
+ .public-account-bio .account__header__fields {
+ border-color: lighten($ui-base-color, 8%);
+ }
+ }
}
}