treesummaryrefslogcommitdiff
path: root/html/style.sass
diff options
context:
space:
mode:
authorPatrick Schönberger2018-12-13 20:44:24 +0100
committerPatrick Schönberger2018-12-13 20:44:24 +0100
commit836aefac5aba1a288561cf1bd5a2cdb9a060097e (patch)
treee5d87bd5e51b67e61ec831d918ddd393db3da435 /html/style.sass
parent76d1ea9033c64619e80e38890e50cf023a8bd971 (diff)
downloadlolstats-836aefac5aba1a288561cf1bd5a2cdb9a060097e.tar.gz
lolstats-836aefac5aba1a288561cf1bd5a2cdb9a060097e.zip
changes
Diffstat (limited to 'html/style.sass')
-rw-r--r--html/style.sass21
1 files changed, 18 insertions, 3 deletions
diff --git a/html/style.sass b/html/style.sass
index cf15189..ccdab30 100644
--- a/html/style.sass
+++ b/html/style.sass
@@ -51,21 +51,22 @@ body
position: absolute
font-size: $font-size2
width: calc(100% - #{2 * $margin})
- min-height: calc(100% - (#{$widget-height} + #{3 * $margin}) - #{2 * $margin})
+ height: calc(100% - (#{$widget-height} + #{3 * $margin}) - #{2 * $margin})
margin: $margin
top: calc(#{$widget-height} + #{3 * $margin})
background-color: $color2
border-radius: $border
text-align: center
-#historyfilters
+#historyfilters, #statsfilters
position: relative
width: calc(100% - #{2 * $margin})
height: calc(#{3 * $widget-height} + #{2 * $margin})
margin: $margin
#matchlist
width: calc(100% - #{2 * $margin})
+ height: calc(100% - #{4 * $margin} - 2px - (#{3 * $widget-height} + #{2 * $margin}))
margin: $margin
- height: auto
+ overflow: auto
hr
margin: 0
select
@@ -94,6 +95,9 @@ button:hover
position: absolute
right: 0px
bottom: 0px
+.championIcon
+ width: 60px
+ height: 60px
#regionselect
text-transform: uppercase
position: absolute
@@ -117,6 +121,17 @@ button:hover
position: absolute
right: 0px
bottom: 0px
+#champselect
+ position: absolute
+ top: 0
+ left: 0
+ height: 100%
+ width: auto
+ overflow: auto
+ text-align: left
+button.champselect
+ width: $widget-width / 2
+ height: $widget-height / 2
@keyframes startup
0%
top: 50%