diff --git a/resources/assets/sass/dashboard.scss b/resources/assets/sass/dashboard.scss index d3e764d..0f61cbe 100644 --- a/resources/assets/sass/dashboard.scss +++ b/resources/assets/sass/dashboard.scss @@ -411,6 +411,35 @@ body { left: 20px; transform: translateY(-50%); } + + &-inner { + position: relative; + top: 2px; + display: inline-block; + width: 12px; + height: 14px; + + &-bar { + position: absolute; + left: 0px; + width: 100%; + height: 2px; + background-color: $c-text; + + &:nth-child(1) { + top: 2px; + } + + &:nth-child(2) { + top: 50%; + transform: translateY(-50%); + } + + &:nth-child(3) { + bottom: 2px; + } + } + } } .column { diff --git a/resources/views/dashboard/edit-list.blade.php b/resources/views/dashboard/edit-list.blade.php index 7abfefc..26adef9 100644 --- a/resources/views/dashboard/edit-list.blade.php +++ b/resources/views/dashboard/edit-list.blade.php @@ -23,8 +23,12 @@
  • @if($sortcol != false) -
    - +
    +
    +
    +
    +
    +
    @endif