Minor style fixes
This commit is contained in:
parent
2fdb3c5643
commit
b22e27bce6
|
@ -1,5 +1,5 @@
|
||||||
.comment {
|
.comment {
|
||||||
margin: 0.5em 0;
|
margin: 0 0 0.5em;
|
||||||
padding: 1rem;
|
padding: 1rem;
|
||||||
transition: background-color 0.3s;
|
transition: background-color 0.3s;
|
||||||
position: relative;
|
position: relative;
|
||||||
|
|
|
@ -4,14 +4,15 @@
|
||||||
align-self: center;
|
align-self: center;
|
||||||
display: flex;
|
display: flex;
|
||||||
flex: 1;
|
flex: 1;
|
||||||
|
flex-wrap: wrap;
|
||||||
@include font-size(1.2rem);
|
@include font-size(1.2rem);
|
||||||
font-size: 1.2rem;
|
font-size: 1.2rem;
|
||||||
gap: 1rem;
|
|
||||||
justify-content: flex-start;
|
justify-content: flex-start;
|
||||||
margin: 0 1em 0 0;
|
margin: 0 1em 0 0;
|
||||||
|
|
||||||
.date {
|
.date {
|
||||||
font-weight: 500;
|
font-weight: 500;
|
||||||
|
margin-right: 1rem;
|
||||||
|
|
||||||
.icon {
|
.icon {
|
||||||
line-height: 1;
|
line-height: 1;
|
||||||
|
|
|
@ -9,6 +9,10 @@
|
||||||
margin-bottom: 3rem;
|
margin-bottom: 3rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@include media-breakpoint-down(md) {
|
||||||
|
text-align: left;
|
||||||
|
}
|
||||||
|
|
||||||
.info {
|
.info {
|
||||||
@include font-size(1.4rem);
|
@include font-size(1.4rem);
|
||||||
border: none;
|
border: none;
|
||||||
|
|
|
@ -42,7 +42,7 @@
|
||||||
flex: 1;
|
flex: 1;
|
||||||
|
|
||||||
@include media-breakpoint-up(sm) {
|
@include media-breakpoint-up(sm) {
|
||||||
align-items: baseline;
|
align-items: center;
|
||||||
display: flex;
|
display: flex;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -490,6 +490,7 @@
|
||||||
color: #696969;
|
color: #696969;
|
||||||
@include font-size(2rem);
|
@include font-size(2rem);
|
||||||
font-weight: 500;
|
font-weight: 500;
|
||||||
|
margin-top: 1.5rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
.authorSubscribe {
|
.authorSubscribe {
|
||||||
|
|
|
@ -508,6 +508,7 @@
|
||||||
a,
|
a,
|
||||||
a:link {
|
a:link {
|
||||||
border: none;
|
border: none;
|
||||||
|
cursor: pointer;
|
||||||
height: auto;
|
height: auto;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
|
@ -553,6 +554,10 @@
|
||||||
&:global(.loginbtn) {
|
&:global(.loginbtn) {
|
||||||
background: #e9e9ee;
|
background: #e9e9ee;
|
||||||
|
|
||||||
|
@include media-breakpoint-up(xl) {
|
||||||
|
background: none;
|
||||||
|
}
|
||||||
|
|
||||||
.icon {
|
.icon {
|
||||||
height: 2.4rem;
|
height: 2.4rem;
|
||||||
width: 2.4rem;
|
width: 2.4rem;
|
||||||
|
|
|
@ -129,7 +129,7 @@ export const HeaderAuth = (props: Props) => {
|
||||||
|
|
||||||
<Show when={isNotificationsVisible()}>
|
<Show when={isNotificationsVisible()}>
|
||||||
<div class={styles.userControlItem} onClick={handleBellIconClick}>
|
<div class={styles.userControlItem} onClick={handleBellIconClick}>
|
||||||
{/*TODO: check markup (cursor: pointer, hover)*/}
|
<div class={styles.button}>
|
||||||
<Icon name="bell-white" counter={unreadNotificationsCount()} class={styles.icon} />
|
<Icon name="bell-white" counter={unreadNotificationsCount()} class={styles.icon} />
|
||||||
<Icon
|
<Icon
|
||||||
name="bell-white-hover"
|
name="bell-white-hover"
|
||||||
|
@ -137,6 +137,7 @@ export const HeaderAuth = (props: Props) => {
|
||||||
class={clsx(styles.icon, styles.iconHover)}
|
class={clsx(styles.icon, styles.iconHover)}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
||||||
</Show>
|
</Show>
|
||||||
|
|
||||||
<Show when={isSaveButtonVisible()}>
|
<Show when={isSaveButtonVisible()}>
|
||||||
|
|
|
@ -82,6 +82,7 @@
|
||||||
overflow: auto;
|
overflow: auto;
|
||||||
padding: 5.4rem 2.4rem 2.4rem;
|
padding: 5.4rem 2.4rem 2.4rem;
|
||||||
position: relative;
|
position: relative;
|
||||||
|
text-align: left;
|
||||||
|
|
||||||
@include media-breakpoint-up(sm) {
|
@include media-breakpoint-up(sm) {
|
||||||
padding: 5rem;
|
padding: 5rem;
|
||||||
|
|
|
@ -9,6 +9,10 @@
|
||||||
margin-bottom: 3rem;
|
margin-bottom: 3rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@include media-breakpoint-down(md) {
|
||||||
|
text-align: left;
|
||||||
|
}
|
||||||
|
|
||||||
.picture {
|
.picture {
|
||||||
display: block;
|
display: block;
|
||||||
width: 40px;
|
width: 40px;
|
||||||
|
|
|
@ -8,8 +8,12 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.groupControls {
|
.groupControls {
|
||||||
margin-bottom: 6rem !important;
|
margin-bottom: 2rem !important;
|
||||||
margin-top: 0 !important;
|
margin-top: 0 !important;
|
||||||
|
|
||||||
|
@include media-breakpoint-up(md) {
|
||||||
|
margin-bottom: 6rem !important;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
.button {
|
.button {
|
||||||
border-radius: 2px;
|
border-radius: 2px;
|
||||||
display: flex;
|
display: inline-flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
font-weight: 500;
|
font-weight: 500;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user