vers7
This commit is contained in:
parent
fe705ee6f8
commit
8a797c5381
@ -224,7 +224,7 @@
|
||||
<style>
|
||||
/* Stil für den Button mit eindeutiger Klasse */
|
||||
.unique-button {
|
||||
transform: scale(1);
|
||||
transform: scale(4);
|
||||
background: linear-gradient(to bottom, #0000FF, #0000CD); /* Blauverlauf */
|
||||
border-radius: 12px;
|
||||
padding: 4px;
|
||||
@ -243,7 +243,7 @@
|
||||
|
||||
/* Stil für den inneren Button-Text */
|
||||
.unique-button .button-inner {
|
||||
background: linear-gradient(to bottom, #606060, #505050); /* Original Hintergrund des inneren Bereichs */
|
||||
background: linear-gradient(to bottom, #606060, #505050); /* Grau Hintergrund für den inneren Bereich */
|
||||
border-radius: 8px;
|
||||
padding: 10px 20px;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user