diff options
| author | Hunternif <hunternif@gmail.com> | 2019-05-02 05:58:39 +0700 |
|---|---|---|
| committer | Hunternif <hunternif@gmail.com> | 2019-05-03 00:34:22 +0700 |
| commit | 96ed5eb88df43a0763c2b61aa11b83ceee2c4f12 (patch) | |
| tree | 8fbe8e0e8d033d3ea9b7d815fdf18e26b22928ac /client/css | |
| parent | 0b4bdc57894c885ba055aed74de8b9c94c8e2f60 (diff) | |
client: metric sorter UI, view & controller
Diffstat (limited to 'client/css')
| -rw-r--r-- | client/css/metric-sorter-view.styl | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/client/css/metric-sorter-view.styl b/client/css/metric-sorter-view.styl new file mode 100644 index 0000000..6e2840a --- /dev/null +++ b/client/css/metric-sorter-view.styl @@ -0,0 +1,4 @@ +#metric-sorter + width: 100% + //padding: 0 + // background-color: none |