Poprawki; usunięto github workflows

This commit is contained in:
2022-09-22 14:15:53 +02:00
parent 0f19bc767a
commit 0a8bfe4c52
6 changed files with 6 additions and 37 deletions
+1 -1
View File
@@ -293,7 +293,7 @@ export default defineComponent({
@import '../../styles/variables.scss';
@import '../../styles/icons.scss';
$rowCol: #4b4b4b;
$rowCol: #424242;
.change-anim {
&-enter-active,
+2
View File
@@ -115,6 +115,8 @@ h1.option-title {
button {
margin: 0.25em 0.5em;
background-color: #424242;
color: white;
}
}
+2 -2
View File
@@ -20,14 +20,14 @@
&-input {
border: none;
border-radius: 0.5em 0 0 0.5em;
background-color: #333;
background-color: #424242;
padding: 0.35em 0.5em;
width: 100%;
}
&-exit {
background-color: #333;
background-color: #424242;
padding: 0 0.5em;
border-radius: 0 0.5em 0.5em 0;