diff options
author | Ilion Beyst <ilion.beyst@gmail.com> | 2022-08-19 19:57:57 +0200 |
---|---|---|
committer | Ilion Beyst <ilion.beyst@gmail.com> | 2022-08-19 19:57:57 +0200 |
commit | 329fc73b94852697f7a057957a714d961a2e9e3b (patch) | |
tree | 6c6ab199d838bc56ddb93e7eeecb721afcec127b /web/pw-server/src/routes/matches | |
parent | 87f6a9c455726ad0cf502a316d98db8da1d1806a (diff) | |
download | planetwars.dev-329fc73b94852697f7a057957a714d961a2e9e3b.tar.xz planetwars.dev-329fc73b94852697f7a057957a714d961a2e9e3b.zip |
create global scss styles
Diffstat (limited to 'web/pw-server/src/routes/matches')
-rw-r--r-- | web/pw-server/src/routes/matches/index.svelte | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/web/pw-server/src/routes/matches/index.svelte b/web/pw-server/src/routes/matches/index.svelte index 3ae6603..a2e352c 100644 --- a/web/pw-server/src/routes/matches/index.svelte +++ b/web/pw-server/src/routes/matches/index.svelte @@ -107,35 +107,10 @@ </div> <style lang="scss"> - @import "src/styles/variables.scss"; .container { width: 800px; margin: 0 auto; } - .btn { - color: $btn-text-color; - font-size: 14px; - text-decoration: none; - padding: 6px 16px; - border: 1px solid $btn-border-color; - border-radius: 5px; - } - - .btn-group { - display: flex; - } - - .btn-group .btn:not(:last-child) { - border-right: none; - } - - .btn-group .btn:first-child { - border-radius: 5px 0 0 5px; - } - - .btn-group .btn:last-child { - border-radius: 0 5px 5px 0; - } .page-controls { display: flex; |