mirror of
https://github.com/davegallant/rfd-fyi.git
synced 2025-08-10 01:52:27 +00:00
Set .material-symbols-outlined font-size to medium
This commit is contained in:
@@ -5,7 +5,7 @@ import Loading from "vue-loading-overlay";
|
|||||||
import GithubButton from "vue-github-button";
|
import GithubButton from "vue-github-button";
|
||||||
import { install } from "@github/hotkey";
|
import { install } from "@github/hotkey";
|
||||||
|
|
||||||
import 'vue-loading-overlay/dist/css/index.css';
|
import "vue-loading-overlay/dist/css/index.css";
|
||||||
|
|
||||||
export default {
|
export default {
|
||||||
data() {
|
data() {
|
||||||
@@ -161,7 +161,7 @@ export default {
|
|||||||
<loading
|
<loading
|
||||||
v-model:active="isLoading"
|
v-model:active="isLoading"
|
||||||
color="#ccc"
|
color="#ccc"
|
||||||
opacity=0
|
opacity="0"
|
||||||
loader="bars"
|
loader="bars"
|
||||||
:is-full-page="false"
|
:is-full-page="false"
|
||||||
>
|
>
|
||||||
|
@@ -62,3 +62,7 @@ footer {
|
|||||||
background-size: contain;
|
background-size: contain;
|
||||||
background-position-y: bottom;
|
background-position-y: bottom;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.material-symbols-outlined {
|
||||||
|
font-size: medium;
|
||||||
|
}
|
||||||
|
Reference in New Issue
Block a user