mirror of
https://github.com/mollersuite/monofile.git
synced 2024-11-21 21:36:26 -08:00
the brand new burger you can ----
This commit is contained in:
parent
cbc4eb4817
commit
f41a041c04
|
@ -14,15 +14,20 @@
|
|||
}
|
||||
|
||||
button {
|
||||
--col: #999999;
|
||||
|
||||
background-color: #232323;
|
||||
color:#999999;
|
||||
color:var(--col);
|
||||
font-size:14px;
|
||||
border:1px solid #999999;
|
||||
padding:2px 10px 2px 10px;
|
||||
border:1px solid var(--col);
|
||||
padding:2px 20px 2px 20px;
|
||||
cursor:pointer;
|
||||
transition-duration:250ms;
|
||||
|
||||
&:hover {
|
||||
background-color:#333333;
|
||||
transition-duration:250ms;
|
||||
--col:#BBBBBB;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
<div class="notLoggedIn">
|
||||
<div style:height="2px" style:background-color="#66AAFF" />
|
||||
<div style:height="10px" />
|
||||
<p class="flavor"><em>Log in to view uploads & collections</em></p>
|
||||
<p class="flavor">Log in to view uploads & collections</p>
|
||||
<button on:click={$pulldownManager.openPulldown("account")}>OK</button>
|
||||
<div style:height="14px" />
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue