mirror of
https://github.com/bubblecup-12/VogelSocialMedia.git
synced 2025-07-09 12:08:47 +00:00
remove unnecessary files and rename custom button
This commit is contained in:
parent
1c9014f553
commit
c47d31703c
10 changed files with 95 additions and 18299 deletions
55
code/frontend/src/components/buttonRotkehlchen.css
Normal file
55
code/frontend/src/components/buttonRotkehlchen.css
Normal file
|
@ -0,0 +1,55 @@
|
|||
.button-primary {
|
||||
display: inline-flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
cursor: pointer;
|
||||
padding-top: 0.5rem;
|
||||
padding-bottom: 0.5rem;
|
||||
padding-left: 1rem;
|
||||
padding-right: 1rem;
|
||||
width: fit-content;
|
||||
|
||||
margin: 1rem;
|
||||
border-radius: 10px;
|
||||
border: 2px solid var(--Rotkehlchen-orange-default);
|
||||
background: var(--Rotkehlchen-yellow-default);
|
||||
}
|
||||
|
||||
.button-primary:hover {
|
||||
border-radius: 10px;
|
||||
border: 2px solid var(--Rotkehlchen-orange-default);
|
||||
background: var(--Rotkehlchen-yellow-hover);
|
||||
}
|
||||
.button-primary:active {
|
||||
border-radius: 10px;
|
||||
border: 2px solid var(--Rotkehlchen-orange-default);
|
||||
background: var(--Rotkehlchen-orange-default);
|
||||
}
|
||||
|
||||
.button-secondary {
|
||||
display: inline-flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
cursor: pointer;
|
||||
padding-top: 0.5rem;
|
||||
padding-bottom: 0.5rem;
|
||||
padding-left: 1rem;
|
||||
padding-right: 1rem;
|
||||
width: fit-content;
|
||||
|
||||
margin: 1rem;
|
||||
border-radius: 10px;
|
||||
border: 2px solid var(--Rotkehlchen-yellow-default);
|
||||
background: var(--Rotkehlchen-gray);
|
||||
}
|
||||
|
||||
.button-secondary:hover {
|
||||
border-radius: 10px;
|
||||
border: 2px solid var(--Rotkehlchen-yellow-default);
|
||||
background: var(--Rotkehlchen-gray-hover);
|
||||
}
|
||||
.button-secondary:active {
|
||||
border-radius: 10px;
|
||||
border: 2px solid var(--Rotkehlchen-yellow-default);
|
||||
background: var(--Rotkehlchen-yellow-default);
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue