DEV: adds prettier (#5956)

Run `prettier --write "app/assets/stylesheets/**/*.scss" "plugins/**/*.scss"` after making sure you installed it with `yarn`

It's recommended to configure your editor to run prettier on file save.
This commit is contained in:
Joffrey JAFFEUX
2018-06-08 11:49:31 +02:00
committed by GitHub
parent 8bd4c11f53
commit 174d392e5a
118 changed files with 2558 additions and 1874 deletions

View File

@ -2,23 +2,23 @@
background-color: $secondary;
color: $primary-medium;
display: flex;
span.presence-text {
margin-left: 5px;
margin-right: 2px;
flex: 0 0 auto;
padding-top: 3px;
padding-top: 3px;
}
.presence-avatars {
display: flex;
overflow: hidden;
flex-wrap: wrap;
flex-wrap: wrap;
}
.wave {
flex: 0 0 auto;
.dot {
display: inline-block;
animation: wave 1.8s linear infinite;
@ -34,7 +34,9 @@
}
@keyframes wave {
0%, 60%, 100% {
0%,
60%,
100% {
transform: initial;
}
@ -49,7 +51,7 @@
top: 18px;
right: 40px;
@media screen and (max-width: $small-width) {
max-width: 318px;
max-width: 318px;
.presence-avatars {
flex-wrap: nowrap;
}
@ -68,7 +70,7 @@
flex-wrap: nowrap;
}
.description {
display:none;
display: none;
}
}
}