diff --git a/assets/_mixins.scss b/assets/_mixins.scss new file mode 100644 index 0000000..793556f --- /dev/null +++ b/assets/_mixins.scss @@ -0,0 +1,9 @@ +@mixin arrow($length, $angle, $color) { + border-color: $color; + border-bottom: solid; + border-right: solid; + border-width: 2px; + width: $length; + height: $length; + transform: rotate($angle + -135deg); +} diff --git a/layouts/secondLevel.vue b/layouts/secondLevel.vue index e9bc809..5fecb91 100644 --- a/layouts/secondLevel.vue +++ b/layouts/secondLevel.vue @@ -15,13 +15,22 @@