mirror of
https://github.com/IT4Change/gradido.git
synced 2026-02-06 09:56:05 +00:00
more modern color-function-notation to fix lint error
This commit is contained in:
parent
8021e94177
commit
fc466d9f7a
@ -51,7 +51,7 @@ export default {
|
||||
|
||||
<style scoped>
|
||||
.timer-input {
|
||||
border: 1px solid rgb(222, 226, 230);
|
||||
border: 1px solid rgb(222 226 230);
|
||||
border-radius: 6px;
|
||||
padding: 6px 12px;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user