minor styling
This commit is contained in:
@@ -488,13 +488,13 @@ function HeaderControl({ onLoad, onClear, onSubmit }: HeaderControlProps) {
|
|||||||
return (
|
return (
|
||||||
<div className="buttons is-centered">
|
<div className="buttons is-centered">
|
||||||
<button className="button is-small is-light" onClick={onLoad}>
|
<button className="button is-small is-light" onClick={onLoad}>
|
||||||
🗃️ restore previous
|
🗃️ restore previous
|
||||||
</button>
|
</button>
|
||||||
<button className="button is-small is-light" onClick={onClear}>
|
<button className="button is-small is-light" onClick={onClear}>
|
||||||
🗑️start over
|
🗑️ start over
|
||||||
</button>
|
</button>
|
||||||
<button className="button is-small is-light" onClick={onSubmit}>
|
<button className="button is-small is-light" onClick={onSubmit}>
|
||||||
💾 submit
|
💾 submit
|
||||||
</button>
|
</button>
|
||||||
</div>
|
</div>
|
||||||
);
|
);
|
||||||
@@ -510,7 +510,7 @@ export default function Rankings() {
|
|||||||
|
|
||||||
return (
|
return (
|
||||||
<div className="container block">
|
<div className="container block">
|
||||||
<p className="notification is-primary is-light">
|
<p className="notification is-warning is-light">
|
||||||
assign as many or as few players as you want and don't forget to 💾
|
assign as many or as few players as you want and don't forget to 💾
|
||||||
<strong> submit</strong> when you're done :)
|
<strong> submit</strong> when you're done :)
|
||||||
</p>
|
</p>
|
||||||
|
|||||||
@@ -6,6 +6,11 @@
|
|||||||
--bulma-primary-l: 50%;
|
--bulma-primary-l: 50%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.navbar {
|
||||||
|
--bulma-navbar-burger-color: var(--bulma-white);
|
||||||
|
--bulma-navbar-dropdown-border-color: var(--bulma-primary);
|
||||||
|
}
|
||||||
|
|
||||||
.overflow-y {
|
.overflow-y {
|
||||||
overflow-y: auto;
|
overflow-y: auto;
|
||||||
max-height: 30vh;
|
max-height: 30vh;
|
||||||
|
|||||||
Reference in New Issue
Block a user