diff options
author | Max Magorsch <arzano@gentoo.org> | 2020-06-02 15:31:53 +0200 |
---|---|---|
committer | Max Magorsch <arzano@gentoo.org> | 2020-06-02 15:31:53 +0200 |
commit | 3948ad663323ca479275166658c52fe15e905adc (patch) | |
tree | 875934476f94825bc7e2a76e17d18198fb2cab79 /src | |
parent | Fix the links to the static assets in the example (diff) | |
download | tyrian-theme-3948ad663323ca479275166658c52fe15e905adc.tar.gz tyrian-theme-3948ad663323ca479275166658c52fe15e905adc.tar.bz2 tyrian-theme-3948ad663323ca479275166658c52fe15e905adc.zip |
Add additional-listgroup-link component
Signed-off-by: Max Magorsch <arzano@gentoo.org>
Diffstat (limited to 'src')
-rw-r--r-- | src/scss/components/additional-listgroup-link.scss | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/src/scss/components/additional-listgroup-link.scss b/src/scss/components/additional-listgroup-link.scss new file mode 100644 index 0000000..b5ddc13 --- /dev/null +++ b/src/scss/components/additional-listgroup-link.scss @@ -0,0 +1,19 @@ +.list-group-item-additional-link { + cursor: pointer; + color: black; + text-decoration: none; + position: absolute; + display: inline-block; + right: 10px; + top: 5px; + z-index: 9999; +} + +.list-group-item-base-link, .list-group-item-base-link:hover { + cursor: pointer; + color: black; + text-decoration: none; + width: 100%; + display: block; + padding: 10px 15px; +}
\ No newline at end of file |