Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
jrgriffiniii committed Dec 10, 2024
1 parent dec6115 commit 635af86
Showing 1 changed file with 68 additions and 65 deletions.
133 changes: 68 additions & 65 deletions app/assets/stylesheets/_dashboard.scss
Original file line number Diff line number Diff line change
@@ -37,73 +37,76 @@
}

#projects-listing, #projects-listing-pending, #projects-listing-approved {
table-layout: fixed;
border: 1px solid $gray-20;
border-radius: 3px;
padding: 5px 0px;

table-layout: fixed;
border: 1px solid $gray-20;
border-radius: 3px;
padding: 5px 0px;
align-items: center;
gap: 16px;
color: $gray-60;
font-size: 12px;
font-style: normal;
font-weight: 400;
line-height: 18px;
width: 100%;

a {
text-decoration: none !important;
}

thead .project th, tbody .project td {
border: none;
}

.project {
display: flex;
flex-wrap: wrap;
font-family: $libre-franklin;
border-bottom: 1px solid $gray-20;
background: $white;
padding: 12px;
align-items: center;
gap: 16px;
color: $gray-60;
font-size: 12px;
font-style: normal;
font-weight: 400;
line-height: 18px;
width: 100%;
a {
text-decoration: none !important;
}
gap: 8px;
align-self: stretch;

thead .project th, tbody .project td {
td:first-child {
width: 100%;
}

td: {
border: none;
}

.project {
display: flex;
flex-wrap: wrap;
font-family: $libre-franklin;
border-bottom: 1px solid $gray-20;
background: $white;
padding: 12px;
align-items: center;
gap: 8px;
align-self: stretch;

td:first-child {
width: 100%;
}

td: {
border: none;
}

h2 {
display: block;
overflow: hidden;
text-overflow: ellipsis;
color: $black;
font-family: $libre-franklin;
font-size: 16px !important;
font-style: normal;
font-weight: 600;
line-height: 24px;
text-decoration: none;
}
.details {
display: flex;
padding: 5px 0px;
align-items: center;
gap: 16px;
color: $gray-60;
font-size: 12px;
font-style: normal;
font-weight: 400;
line-height: 18px;
li {
float: left;
list-style: none;
padding: 0em .2em 0em 2em;
}
}

h2 {
display: block;
overflow: hidden;
text-overflow: ellipsis;
color: $black;
font-family: $libre-franklin;
font-size: 16px !important;
font-style: normal;
font-weight: 600;
line-height: 24px;
text-decoration: none;
}

.details {
display: flex;
padding: 5px 0px;
align-items: center;
gap: 16px;
color: $gray-60;
font-size: 12px;
font-style: normal;
font-weight: 400;
line-height: 18px;

li {
float: left;
list-style: none;
padding: 0em .2em 0em 2em;
}
}

.last {
@@ -181,11 +184,11 @@
height: 20px;
vertical-align: top;
}

}
}

#admin-listing {
.section {
margin-top: 2em;
}
}
}

0 comments on commit 635af86

Please sign in to comment.