mirror of
https://github.com/ivabus/gui
synced 2025-04-23 14:07:14 +03:00
style tea button (#520)
This commit is contained in:
parent
d1facff675
commit
3e852e0289
1 changed files with 8 additions and 2 deletions
|
@ -17,8 +17,8 @@
|
|||
>
|
||||
<ul class="text-gray flex h-10 gap-1 pl-20 align-middle items-center leading-10">
|
||||
<a href="/?tab=all">
|
||||
<div class="home-btn w-12 text-center text-2xl transition-all">
|
||||
<i class="icon-tea-logo-iconasset-1 transition-all" />
|
||||
<div class="home-btn w-12 text-center text-2xl">
|
||||
<i class="icon-tea-logo-iconasset-1" />
|
||||
</div>
|
||||
</a>
|
||||
<p class="text-gray px-2">beta</p>
|
||||
|
@ -71,10 +71,16 @@
|
|||
background-image: url("/images/gradient-bg.png");
|
||||
color: #222222;
|
||||
}
|
||||
|
||||
.home-btn:hover {
|
||||
color: white;
|
||||
}
|
||||
|
||||
.home-btn:active {
|
||||
color: #222222;
|
||||
border: 2px solid #222222
|
||||
}
|
||||
|
||||
p {
|
||||
font-size: 10px;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue