Skip to content

Commit

Permalink
fix(footer): removed redunant css
Browse files Browse the repository at this point in the history
  • Loading branch information
jpanay committed Feb 7, 2022
1 parent b3dc237 commit e73c302
Showing 1 changed file with 0 additions and 44 deletions.
44 changes: 0 additions & 44 deletions components/views/chat/chatbar/footer/Footer.less
Original file line number Diff line number Diff line change
Expand Up @@ -26,48 +26,4 @@
}
}
}

.is-connected {
display: flex;
flex-flow: row nowrap;
justify-content: center;
align-items: center;
width: fit-content;
height: 20px;
margin-left: calc(1.4rem - 4px);

p {
&:first-of-type {
font-weight: bold;
}
margin-left: 0.4rem;
margin-bottom: 0;
line-height: 1.6rem;
font-size: 0.7em;
}

.status {
font-size: @text-size;
text-shadow: 0 0 3px #000;
width: 8px;

circle {
stroke: @midground;
stroke-width: 5;
paint-order: stroke;
}
&.is-online {
&:extend(.color-success);
fill: @green;
}
&.is-offline {
&:extend(.font-gray);
fill: @gray;
}
&.is-idle {
&:extend(.color-warning);
fill: @yellow;
}
}
}
}

0 comments on commit e73c302

Please sign in to comment.