Skip to content
This repository has been archived by the owner on Oct 11, 2024. It is now read-only.

Commit

Permalink
CSS fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
igor725 committed May 28, 2024
1 parent 28f90da commit 0bf078a
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions webroot/css/main/trophies.css
Original file line number Diff line number Diff line change
Expand Up @@ -65,44 +65,44 @@
padding-left: 5px;
}

#trophieslist div.row img {
#trophieslist div.row>img {
-webkit-user-drag: none;
width: 64px;
height: 64px;
}

#trophieslist div.row div.info {
#trophieslist div.row>div.info {
padding-left: 10px;
width: 100%;
}

#trophieslist div.row p.name {
#trophieslist div.row>div.info>p.name {
font-weight: bold;
margin-top: 2px;
margin-bottom: 8px;
}

#trophieslist div.row p.name .fa-trophy {
#trophieslist div.row>div.info>p.name>i.fa-trophy {
margin-left: 10px;
}

#trophieslist div.row p.name .grade-P {
#trophieslist div.row>div.info>p.name>i.grade-P {
color: var(--trophy-grade-platinum);
}

#trophieslist div.row p.name .grade-G {
#trophieslist div.row>div.info>p.name>i.grade-G {
color: var(--trophy-grade-gold);
}

#trophieslist div.row p.name .grade-S {
#trophieslist div.row>div.info>p.name>i.grade-S {
color: var(--trophy-grade-silver);
}

#trophieslist div.row p.name .grade-B {
#trophieslist div.row>div.info>p.name>i.grade-B {
color: var(--trophy-grade-bronze);
}

#trophieslist div.row p.detail {
#trophieslist div.row>div.info>p.detail {
margin-bottom: 0px;
margin-top: 0px;
}
Expand Down

0 comments on commit 0bf078a

Please sign in to comment.