virgule inutile

This commit is contained in:
Jérémy Lecour 2021-03-02 17:28:27 +01:00 committed by Jérémy Lecour
parent 5d53e93fde
commit e48b1d948c

View file

@ -24,7 +24,7 @@
.paginate-prev-page,
.paginate-next-page,
.paginate-first-page,
.paginate-last-page, {
.paginate-last-page {
@apply px-2
}
.paginate-page--current {
@ -40,4 +40,36 @@
@apply rounded-md text-gray-700 hover:text-gray-500;
}
.pill {
@apply px-2 inline-flex text-xs leading-5 font-semibold rounded-full;
}
.pill-server {
background-color: cyan;
color: #666666;
}
.pill-organisation {
background-color: yellow;
color: #666666;
}
.pill-issue {
background-color: orange;
color: #666666;
}
.pill-cron {
background-color: #cdcdcd;
color: #666666;
}
.pill-list {
background-color: lime;
color: #666666;
}
.pill-junk {
background-color: #222222;
color: #666666;
}
.email-header-name {
@apply w-56 px-4 py-2 align-top text-left text-xs font-medium text-gray-500 uppercase tracking-wider
}
}