summaryrefslogtreecommitdiff
path: root/client/css
diff options
context:
space:
mode:
authorHunternif <hunternif@gmail.com>2019-05-05 01:16:51 +0700
committerHunternif <hunternif@gmail.com>2019-05-05 02:01:50 +0700
commitb40994fd4bc24d7ed8c980f2458a7212722198d4 (patch)
tree22ee954d0d7d9790fb5e86b6c7db7797df08c1d8 /client/css
parent5213acb9c5cb4bd4f92e0706d7af6747fb8a0544 (diff)
client: compare button for metric sorter
Diffstat (limited to 'client/css')
-rw-r--r--client/css/metric-sorter-view.styl20
1 files changed, 20 insertions, 0 deletions
diff --git a/client/css/metric-sorter-view.styl b/client/css/metric-sorter-view.styl
index 036b1cd..f54f81d 100644
--- a/client/css/metric-sorter-view.styl
+++ b/client/css/metric-sorter-view.styl
@@ -22,3 +22,23 @@
width: 100%
.append
color: $inactive-link-color
+ .sorting-buttons
+ display: flex
+ .compare-block
+ margin: auto
+ button
+ width: 1.3em
+ height: 1.3em
+ font-size: 200%
+ @media (min-width: 1000px)
+ padding: 0 0.5em
+ button
+ padding: 0
+ padding-top: 0.05em
+ @media (max-width: 1000px)
+ padding: 0.5em 1em
+ width: 100%
+ button
+ padding: 0
+ i
+ transform: rotate(90deg)