mirror of
https://github.com/LBRYFoundation/lbryorg.git
synced 2025-08-23 20:47:23 +00:00
Del : Deleted hover styled button
This commit is contained in:
parent
6455cbd5f1
commit
d4d849a47e
1 changed files with 0 additions and 26 deletions
|
@ -157,32 +157,6 @@ nav {
|
|||
color: white;
|
||||
}
|
||||
/* /Special Branded Color Classes*/
|
||||
/* Hovering Button Style*/
|
||||
.button {
|
||||
background-color: #4CAF50; /* Green */
|
||||
border: none;
|
||||
color: white;
|
||||
padding: 16px 32px;
|
||||
text-align: center;
|
||||
text-decoration: none;
|
||||
display: inline-block;
|
||||
font-size: 16px;
|
||||
margin: 4px 2px;
|
||||
transition-duration: 0.2s;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.button1 {
|
||||
background-color: transparent;
|
||||
color: black;
|
||||
border: 2px solid #00303C;
|
||||
}
|
||||
.button1:hover {
|
||||
background-color: #00303C;
|
||||
color: #28D4E2;
|
||||
}
|
||||
.button1 {border-radius: 13px;}
|
||||
/* /Hovering Button Style*/
|
||||
|
||||
/* Card animations*/
|
||||
.card {
|
||||
|
|
Loading…
Add table
Reference in a new issue