diff --git a/_includes/flag.html b/_includes/flag.html index 32f858e..5353011 100644 --- a/_includes/flag.html +++ b/_includes/flag.html @@ -1,10 +1,8 @@
  • -

    {{include.name}}

    - + {{include.name}}
    +
  • \ No newline at end of file diff --git a/css/style.scss b/css/style.scss index 2a731b9..db77ca4 100644 --- a/css/style.scss +++ b/css/style.scss @@ -168,7 +168,9 @@ ul#sidebar { border-radius: 0 5px 5px 0; - h3 { + + + .flagText { margin-block-start: 0; margin-block-end: 0; z-index: 2; @@ -195,34 +197,16 @@ ul#sidebar { .flagButton { width: 170px; border-radius: 0; - } - /* - content: ""; - display: inline-block; - position: absolute; - left: 0px; - top: 25px; - width: 0; - height: 0; - border-top: 25px solid transparent; - border-bottom: 25px solid transparent; - } - .blue::after { - border-left: 20px solid $blue; + .flagPoint{ + display: block; + position: relative; + left:170px; + width: 20px; + height: 50px; + mask-image: url('../svg/flag.svg'); } - - .orange::after { - border-left: 20px solid $orange; - } - - .green::after { - border-left: 20px solid $green; - } - - .magenta::after { - border-left: 20px solid $magenta; */ }