mirror of
https://github.com/ivabus/gui
synced 2025-06-08 00:00:27 +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">
|
<ul class="text-gray flex h-10 gap-1 pl-20 align-middle items-center leading-10">
|
||||||
<a href="/?tab=all">
|
<a href="/?tab=all">
|
||||||
<div class="home-btn w-12 text-center text-2xl transition-all">
|
<div class="home-btn w-12 text-center text-2xl">
|
||||||
<i class="icon-tea-logo-iconasset-1 transition-all" />
|
<i class="icon-tea-logo-iconasset-1" />
|
||||||
</div>
|
</div>
|
||||||
</a>
|
</a>
|
||||||
<p class="text-gray px-2">beta</p>
|
<p class="text-gray px-2">beta</p>
|
||||||
|
@ -71,10 +71,16 @@
|
||||||
background-image: url("/images/gradient-bg.png");
|
background-image: url("/images/gradient-bg.png");
|
||||||
color: #222222;
|
color: #222222;
|
||||||
}
|
}
|
||||||
|
|
||||||
.home-btn:hover {
|
.home-btn:hover {
|
||||||
color: white;
|
color: white;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.home-btn:active {
|
||||||
|
color: #222222;
|
||||||
|
border: 2px solid #222222
|
||||||
|
}
|
||||||
|
|
||||||
p {
|
p {
|
||||||
font-size: 10px;
|
font-size: 10px;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue