diff --git a/.vuepress/components/Hook.vue b/.vuepress/components/Hook.vue index bdb682c..b4ba101 100644 --- a/.vuepress/components/Hook.vue +++ b/.vuepress/components/Hook.vue @@ -23,21 +23,17 @@ - - - - - - + @@ -98,7 +94,6 @@ export default { #hook { background: url(https://lbry.io/img/youtube/hero@2x.jpg) no-repeat center center; background-size: cover; - color: $text-color; text-align: center; h1, h2, @@ -129,6 +124,12 @@ export default { width: 120px; height: 120px; animation: spin 2s linear infinite; + &.small { + border: 4px solid #f3f3f3; /* Light grey */ + border-top: 4px solid #3498db; /* Blue */ + width: 30px; + height: 30px; + } } .card { width: 20%; @@ -137,25 +138,45 @@ export default { background: white; box-shadow: 0 0 5px 5px rgba(0,0,0,0.2); margin: 0 2.5%; + &:hover { + cursor: pointer; + } img { width: 100%; height: 6rem; object-fit: cover; } + h4, .account { + text-align: left; + color: black; + padding: 0.5rem 0.5rem; + text-shadow: none; + } + } + .modal { + position: fixed; + bottom: 0px; + right: 0px; + width: 25rem; + background: white; + text-align: left; + padding: 1rem; + h3, p, p > a { + color: black; + text-shadow: none; + } } } #hook-navigation { - margin-bottom: 1.5rem; - a { - text-decoration: none; - color: $text-color; - } - .active { - font-weight: bold; - .btn { - background: $primary-color !important; - color: white !important; + .step { + width: 30%; + float: left; + margin: 0 1.5%; + background: black; + padding: 0.5rem 0; + a { + color: white; } } } diff --git a/.vuepress/components/Step1.vue b/.vuepress/components/Step1.vue index 9380c2e..87ac2f7 100644 --- a/.vuepress/components/Step1.vue +++ b/.vuepress/components/Step1.vue @@ -5,7 +5,7 @@

Let's start by getting the associated metadata for a claim.

- + lbry://
Execute diff --git a/.vuepress/components/Step2.vue b/.vuepress/components/Step2.vue index 8a2a27c..8108183 100644 --- a/.vuepress/components/Step2.vue +++ b/.vuepress/components/Step2.vue @@ -1,18 +1,18 @@