mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
fixed stylelint
This commit is contained in:
parent
57c4c6ad06
commit
225eec36de
@ -63,17 +63,17 @@ a,
|
|||||||
|
|
||||||
.btn-gradido-disable {
|
.btn-gradido-disable {
|
||||||
padding: 1em 3em;
|
padding: 1em 3em;
|
||||||
letter-spacing: 0.05em;
|
letter-spacing: 0.05em;
|
||||||
color: #fff;
|
color: #fff;
|
||||||
transition: all 0.5s ease;
|
transition: all 0.5s ease;
|
||||||
background: rgb(97,97,97);
|
background: rgb(97 97 97);
|
||||||
background: linear-gradient(135deg, rgba(180,180,180,1) 46%, rgba(180,180,180,1) 99%);
|
background: linear-gradient(135deg, rgb(180 180 180 / 100%) 46%, rgb(180 180 180 / 100%) 99%);
|
||||||
box-shadow: rgba(0, 0, 0, 0.4) 0px 30px 90px;
|
box-shadow: rgb(0 0 0 / 40%) 0 30px 90px;
|
||||||
border-radius:26px;
|
border-radius: 26px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.btn-gradido-disable:hover {
|
.btn-gradido-disable:hover {
|
||||||
color: #fff;
|
color: #fff;
|
||||||
}
|
}
|
||||||
|
|
||||||
.btn-outline-gradido {
|
.btn-outline-gradido {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user