diff --git a/assets/css/app.scss b/assets/css/app.scss index d84c77c..6600e0e 100644 --- a/assets/css/app.scss +++ b/assets/css/app.scss @@ -22,22 +22,25 @@ body{ header[role="banner"]{ padding:1em; - pointer-events: none; + // pointer-events: none; + cursor: pointer; + h2{ + font-weight: 500; + font-size: 1em; + margin:0; + } h1{ font-weight: 400; font-size: 1.323em; + margin:0.5em 0; sup{ background-color: #1a1a1a; border-radius: 5px; color: #fff; - padding:0.1em 0.3em; - font-size: 0.5em; + padding:0.2em 0.5em 0.05em 0.5em; + font-size: 0.4em; } } - h2{ - font-weight: 400; - font-size: 1em; - } } @@ -98,6 +101,13 @@ section[role="main-content"]{ } } + .modale-title{ + position: absolute; + padding:0.5em; + margin: 0 0.5em 0.5em 0; + background-color: rgba(255,255,255,0.6); + border-radius: 3px; + } } @@ -108,10 +118,11 @@ section[role="main-content"]{ ul{ padding:1em; background-color: rgba(255, 255, 255, 0.6); + border-radius: 3px; li{ padding:0.25em 0; text-align: right; - min-width: 5em; + min-width: 4em; cursor: pointer; &:hover, &.active{ font-weight: bold; diff --git a/src/App.vue b/src/App.vue index 57be292..2dca1e4 100644 --- a/src/App.vue +++ b/src/App.vue @@ -1,12 +1,18 @@