Skip to content

Commit

Permalink
css clean
Browse files Browse the repository at this point in the history
  • Loading branch information
dalacost committed May 14, 2023
1 parent e5347f6 commit 808d05b
Showing 1 changed file with 0 additions and 79 deletions.
79 changes: 0 additions & 79 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -35,67 +35,6 @@
width:24px;
}


.thingiverse-thing {
border: 1px solid #DEDEDE;
display: block;
margin-bottom: 1em;
}

.thingiverse-thing-data {
background-color: #F8F8FF;
border-bottom: 1px solid #DDDDDD;
font-size: 100%;
height: 230px;
overflow: hidden;
word-wrap: normal;
}

.thing-title {
padding: 0.5em;
font-size: 1.2em;
font-weight: bold;
}

.thing-title a {
text-decoration: none;
}

.thing-image {
padding-left: 5px;
}

.thing-left {
float: left;
width: 40%;
}

.thing-description {
float: left;
padding: 2%;
width: 56%;
overflow: hidden;
}

.thingiverse-thing-meta {
background-color: #013d59;
color: #fff;
font-size: 0.8em;
padding-left: 5px;
padding-right: 5px;
text-align: right;
}

.thingiverse-thing-meta a:visited {
color: #fff;
}

.thingiverse-thing-meta img {
vertical-align: text-bottom;
}



.thingiverse-thing-card {
width: 600px;
max-height: 300px;
Expand Down Expand Up @@ -208,24 +147,6 @@
justify-content: center;
}

.CardActionItem__text--Regp7 {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-box-pack: center;
-ms-flex-pack: center;
color: #555;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-direction: column;
flex-direction: column;
font-size: 12px;
font-weight: 400;
justify-content: center;
line-height: 16px;
opacity: .8;
}

.thingiverse-thing-card-header-avatar {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
Expand Down

0 comments on commit 808d05b

Please sign in to comment.