fix: duplicate css + cleanup

This commit is contained in:
Cory Dransfeldt 2024-01-05 10:13:25 -08:00
parent 68f10d417e
commit 2969163164
No known key found for this signature in database
8 changed files with 7 additions and 23 deletions

View file

@ -5,6 +5,7 @@ textarea {
background-color: var(--white);
width: 100%;
border: 1px solid var(--blue-600);
outline: none;
padding: .5rem;
margin-bottom: 1.5rem;
font-weight: 400 !important;
@ -15,12 +16,6 @@ textarea {
transition-duration: 300ms;
}
input[type="text"],
input[type="email"],
textarea {
outline: none;
}
input[type="text"]:focus,
input[type="email"]:focus,
textarea:focus {

View file

@ -61,11 +61,7 @@
color: var(--white);
font-size: var(--font-size-xs);
line-height: var(--line-height-xs);
overflow: visible;
display: -webkit-box;
text-shadow: rgba(0, 0, 0, 0.7) 0px 0px 10px;
-webkit-box-orient: vertical;
-webkit-line-clamp: 3;
}
.media__grid .item__image,

View file

@ -4,7 +4,6 @@
}
.post-graph__wrapper {
position: relative;
display: flex;
align-items: center;
height: 2rem;

View file

@ -5,15 +5,10 @@
overflow: hidden;
height: 1rem;
width: 100%;
margin-top: .25rem;
margin-bottom: .25rem;
}
.progress-bar {
display: flex;
flex-direction: column;
justify-content: center;
white-space: nowrap;
background-color: var(--blue-600);
}