feature: notification - typo
This commit is contained in:
parent
c322b1109f
commit
7cfea37b1e
@ -167,6 +167,12 @@ solid-notifications {
|
||||
}
|
||||
|
||||
.solid-notification__content {
|
||||
font-family: Open Sans, sans-serif;
|
||||
|
||||
.solid-notification__title {
|
||||
font-size: 1.3rem;
|
||||
font-weight: 600;
|
||||
}
|
||||
|
||||
.solid-notification__summary {
|
||||
color: var(--color-notification-summary);
|
||||
|
@ -279,6 +279,121 @@ h5 {
|
||||
width: 15vw;
|
||||
}
|
||||
|
||||
.project-edit-logo {
|
||||
display: flex;
|
||||
height: 8.5vh;
|
||||
margin-top: 20px;
|
||||
margin-bottom: 30px;
|
||||
|
||||
form {
|
||||
display: flex;
|
||||
}
|
||||
|
||||
hubl-user-avatar {
|
||||
width: 104px;
|
||||
}
|
||||
|
||||
input[type='submit'] {
|
||||
@extend .button,
|
||||
.text-bold,
|
||||
.text-uppercase,
|
||||
.button-primary,
|
||||
.bordered;
|
||||
align-self: center;
|
||||
}
|
||||
}
|
||||
|
||||
.form-picture {
|
||||
|
||||
form {
|
||||
display: block;
|
||||
text-align: center;
|
||||
margin-bottom: 2.6rem;
|
||||
padding-top: 1.8rem;
|
||||
|
||||
@include breakpoint(lg) {
|
||||
display: flex;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
hubl-user-avatar {
|
||||
display: inline-block;
|
||||
max-width: 100%;
|
||||
max-height: 16.5vh;
|
||||
|
||||
@include breakpoint(lg) {
|
||||
margin-left: 20px;
|
||||
max-height: 8.5vh;
|
||||
max-width: none;
|
||||
width: calc(35vw - 20px);
|
||||
}
|
||||
|
||||
>object,
|
||||
>img {
|
||||
display: block;
|
||||
max-height: 16.5vh !important;
|
||||
|
||||
@include breakpoint(lg) {
|
||||
max-height: 8.5vh !important;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
input {
|
||||
@extend .button,
|
||||
.text-bold,
|
||||
.text-uppercase,
|
||||
.button-primary,
|
||||
.bordered;
|
||||
margin: 10px 0;
|
||||
width: 100%;
|
||||
|
||||
@include breakpoint(lg) {
|
||||
margin: auto 0 auto 2.2rem;
|
||||
width: auto;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
.p_relative {
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.is-inline-1200 {
|
||||
|
||||
@include breakpoint(lg) {
|
||||
flex-direction: row;
|
||||
}
|
||||
}
|
||||
|
||||
.flex_vertical-center {
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
.flex_column {
|
||||
flex-direction: column;
|
||||
}
|
||||
|
||||
.pull-left-1200 {
|
||||
|
||||
@include breakpoint(lg) {
|
||||
float: left;
|
||||
}
|
||||
}
|
||||
|
||||
.profile-avatar {
|
||||
height: 243px;
|
||||
width: 243px;
|
||||
margin-left: 2rem;
|
||||
}
|
||||
|
||||
solid-picture {
|
||||
|
||||
}
|
||||
|
||||
|
||||
.content-box {
|
||||
@include window-style-modal();
|
||||
flex-direction: column;
|
||||
|
Loading…
Reference in New Issue
Block a user