replace gtk buttons with button-accent
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
This commit is contained in:
parent
c47ce2c364
commit
48ec74b44c
20 changed files with 64 additions and 167 deletions
37
style.css
37
style.css
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue