fix: style workspace settings actions
This commit is contained in:
parent
767c03ba8c
commit
cb6c06fdc5
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
|
@ -16,8 +16,8 @@
|
||||||
background: #13131f;
|
background: #13131f;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
<script type="module" crossorigin src="/assets/main-BKrU8NaM.js"></script>
|
<script type="module" crossorigin src="/assets/main-HFhkxYxJ.js"></script>
|
||||||
<link rel="stylesheet" crossorigin href="/assets/main-CsuqbBfE.css">
|
<link rel="stylesheet" crossorigin href="/assets/main-D1RMkKjM.css">
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div id="app"></div>
|
<div id="app"></div>
|
||||||
|
|
|
||||||
|
|
@ -157,6 +157,19 @@
|
||||||
flex-wrap: wrap;
|
flex-wrap: wrap;
|
||||||
margin-top: 0.5rem;
|
margin-top: 0.5rem;
|
||||||
}
|
}
|
||||||
|
.btn {
|
||||||
|
padding: 0.45rem 0.8rem;
|
||||||
|
border: 1px solid var(--border, #2a2a3e);
|
||||||
|
border-radius: 6px;
|
||||||
|
background: var(--surface-light, #232338);
|
||||||
|
color: var(--text, #e0e0e0);
|
||||||
|
font-size: 0.85rem;
|
||||||
|
cursor: pointer;
|
||||||
|
}
|
||||||
|
.btn:hover {
|
||||||
|
background: var(--accent, #4a7c59);
|
||||||
|
border-color: var(--accent, #4a7c59);
|
||||||
|
}
|
||||||
.no-data {
|
.no-data {
|
||||||
color: var(--text-dim, #888);
|
color: var(--text-dim, #888);
|
||||||
font-style: italic;
|
font-style: italic;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue