Removed inner styles and updated CSP
This commit is contained in:
@@ -5,6 +5,13 @@
|
||||
|
||||
/* Toolbar Buttons */
|
||||
|
||||
#app {
|
||||
background: gray;
|
||||
width: 100vw;
|
||||
height: 100vh;
|
||||
margin: 0 auto;
|
||||
}
|
||||
|
||||
.button-finish {
|
||||
transition: background-color linear 300ms;
|
||||
background-color: #059669; /* emerald-600 */
|
||||
@@ -198,4 +205,8 @@ footer#page-footer a:focus {
|
||||
|
||||
.select2-search__field {
|
||||
display:none
|
||||
}
|
||||
|
||||
.lang-item {
|
||||
font-size: 0.85rem;
|
||||
}
|
||||
Reference in New Issue
Block a user