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