Skip to content

Commit

Permalink
style: mise à jour du widget (#316)
Browse files Browse the repository at this point in the history
  • Loading branch information
K4ST0R authored Dec 10, 2024
1 parent c9ac964 commit 558fcb8
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion server/src/services/widget/templates/common/header.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,10 @@
height: 100%;
}
.container {
margin-bottom: 45px;
}
a {
color: #000091;
text-decoration: none;
Expand Down Expand Up @@ -149,7 +153,7 @@
.card {
margin-top: 10px;
padding: 10px;
margin-bottom: 2rem;
margin-bottom: 14px;
}
.card-footer {
Expand Down Expand Up @@ -198,6 +202,8 @@
.card {
padding-left: 0px;
padding-right: 0px;
padding-bottom: 0px;
margin-bottom: 4px;
}
}
</style>
2 changes: 1 addition & 1 deletion server/src/services/widget/templates/stats/default.1.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
.card-modal .title {
margin-bottom: 18px;
margin-bottom: 10px;
font-size: 18px;
font-weight: 700;
display: flex;
Expand Down

0 comments on commit 558fcb8

Please sign in to comment.