Skip to content

Commit

Permalink
Lint CSS
Browse files Browse the repository at this point in the history
  • Loading branch information
clementbiron committed Dec 16, 2024
1 parent bfae930 commit f95a13b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 8 deletions.
8 changes: 4 additions & 4 deletions themes/opentermsarchive/assets/css/components/badge.css
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
.badge{
.badge {
display: inline-flex;
padding: var(--p2XS) var(--pS);
border-radius: 2em;
font-size: 0.75em;
display: inline-flex;
border-radius: 2em;
}

.badge--host,
.badge--sponsor,
.badge--administrator,
.badge--curator,
.badge--maintainer{
.badge--maintainer {
color: var(--colorBlack900);
background-color: var(--colorPrimary300);
}
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@
height: 160px;
overflow: hidden;
background-color: var(--colorWhite);
box-shadow: 0 0 0 1px var(--colorBlack300);
border-radius: 50%;
box-shadow: 0 0 0 1px var(--colorBlack300);
transition: box-shadow 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);

& > img {
Expand All @@ -68,9 +68,8 @@

.governance__item-type {
display: flex;
flex-direction: row;
flex-wrap: wrap;
flex-flow: row wrap;
gap: var(--2XS);
align-items: center;
justify-content: center;
gap: var(--2XS);
}

0 comments on commit f95a13b

Please sign in to comment.