This commit is contained in:
Maciej Caderek
2022-02-23 03:58:46 +01:00
parent ce3167fc7c
commit 59b54c56c7
82 changed files with 365 additions and 61 deletions

View File

@@ -1,13 +1,13 @@
.load {
background: var(--color-bg-block);
padding: 20px;
padding: 2rem;
border-bottom-left-radius: 5px;
border-bottom-right-radius: 5px;
}
.load__pgn-input {
height: 30vh;
margin-top: 20px;
margin-top: 2rem;
}
.load__pgn-input::-webkit-scrollbar {
@@ -30,7 +30,7 @@
}
.load__pgn-file {
margin-top: 20px;
margin-top: 2rem;
}
.load__pgn-file-info {
@@ -38,10 +38,10 @@
}
.load__pgn-file-info p {
margin-top: 10px;
margin-top: 1rem;
color: var(--color-text-dimmed);
}
.load__link-input {
margin-top: 20px;
margin-top: 2rem;
}