replace gtk buttons with button-accent
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
Late Night Defender 2024-11-20 13:55:56 +07:00
parent c47ce2c364
commit 48ec74b44c
20 changed files with 64 additions and 167 deletions

View file

@ -87,9 +87,10 @@ h1 {margin-top: 3vh;}
.button {
border-radius: 6px;
height: 1.2cm;
text-decoration: none;
font-weight: bold;
padding: 10px 10px;
padding: 0cm 0.25cm 0cm 0.25cm;
margin-right: 0.25cm;
margin-bottom: 0.25cm;
transition-duration: 0.2s;
@ -97,37 +98,17 @@ h1 {margin-top: 3vh;}
align-items: center;
}
.gtk-button-pill {
position: relative;
width: auto;
height: 44px;
border-radius: 22px;
background-color: rgb(var(--accent3));
color: rgb(var(--white));
text-decoration: none;
font-weight: bold;
display: flex;
flex-direction: row;
align-items: center;
justify-content: center;
gap: 0px;
padding: 0px 32px;
flex-wrap: nowrap;
}
.gtk-button {
border-radius: 6px;
text-decoration: none;
font-weight: bold;
padding: 10px 10px;
margin-right: 0.25cm;
margin-bottom: 0.25cm;
transition-duration: 0.2s;;
.button.accent {
background-color: rgb(var(--accent3));
color: rgb(var(--white));
}
.gtk-button:hover {background-color: rgba(var(--accent3), 0.9);}
.button.accent:hover {background-color: rgba(var(--accent3), 0.9);}
.button.accent.pill {
border-radius: 0.6cm;
padding: 0cm 0.75cm 0cm 0.75cm;
}
.itemcard {
display: grid;