mirror of
https://github.com/sendevia/website.git
synced 2026-03-06 07:40:50 +08:00
feat(theme): remove wave separator and simplify hr styles
This commit is contained in:
@@ -7,7 +7,7 @@ const siteVersion = theme.value.siteVersion;
|
||||
|
||||
<template>
|
||||
<footer class="main-layout-footer">
|
||||
<hr spec="wave" />
|
||||
<hr />
|
||||
<div id="main-layout-footer-description">
|
||||
<div id="main-layout-footer-description-topic">
|
||||
<img src="/assets/images/avatar.webp" alt="logo" />
|
||||
|
||||
@@ -132,16 +132,10 @@ abbr {
|
||||
}
|
||||
|
||||
hr {
|
||||
height: 15px;
|
||||
width: 100%;
|
||||
|
||||
border: 1px solid var(--md-sys-color-outline-variant);
|
||||
|
||||
opacity: 0.3;
|
||||
|
||||
&[spec="wave"] {
|
||||
height: 15px;
|
||||
|
||||
margin: 0px;
|
||||
margin: 0px;
|
||||
|
||||
border-radius: var(--md-sys-shape-corner-small);
|
||||
border: none;
|
||||
@@ -150,7 +144,7 @@ hr {
|
||||
|
||||
-webkit-mask: var(--via-svg-wave) repeat;
|
||||
mask: var(--via-svg-wave) repeat;
|
||||
}
|
||||
opacity: 0.3;
|
||||
}
|
||||
|
||||
a,
|
||||
|
||||
Reference in New Issue
Block a user