Remove some CSS outline and !important

This commit is contained in:
djmaze 2021-04-22 13:37:43 +02:00
parent 0d5ea94934
commit 1b4277c9db
18 changed files with 192 additions and 265 deletions

View file

@ -23,7 +23,7 @@
.email-title {
display: inline-block;
max-width: 200px;
max-width: 50vw;
text-align: left;
text-overflow: ellipsis;
overflow: hidden;
@ -61,24 +61,19 @@
}
.accountPlace {
background-color: #000;
background-color: rgba(0, 0, 0, 0.5);
border-radius: 4px;
color: #fff;
text-shadow: 0 1px 0 #000;
display: inline-block;
height: 29px;
max-width: 250px;
border-radius: 4px;
font-size: 16px;
line-height: 30px;
padding: 1px 8px;
overflow: hidden;
text-overflow: ellipsis;
border-radius: 4px;
font-weight: bold;
font-size: 16px;
height: 29px;
line-height: 30px;
max-width: 25vw;
overflow: hidden;
padding: 1px 8px;
text-overflow: ellipsis;
text-shadow: 0 1px 0 #000;
white-space: nowrap;
}
@ -107,13 +102,6 @@
}
}
/* mobile */
@media screen and (max-width: 767px) {
.accountPlace {
max-width: 150px !important;
}
}
@keyframes firstBar {
0% { height: 30%; }
50% { height: 100%; }