mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
fix stylelint
This commit is contained in:
parent
051504ec51
commit
e16af5a0fc
@ -10,15 +10,17 @@ body {
|
||||
}
|
||||
|
||||
.bg-gradient {
|
||||
background: rgb(4,112,6);
|
||||
background: linear-gradient(90deg, rgba(4,112,6,1) 73%, rgba(197,141,56,1) 100%);
|
||||
background: rgb(4 112 6);
|
||||
background: linear-gradient(90deg, rgb(4 112 6 / 100%) 73%, rgb(197 141 56 / 100%) 100%);
|
||||
color: white;
|
||||
}
|
||||
}
|
||||
|
||||
.hover-icon:hover {
|
||||
background-color: rgb(220 216 217);
|
||||
border-radius: 29px;
|
||||
padding: 1px;
|
||||
}
|
||||
|
||||
.word-break {
|
||||
word-break: break-word;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user