mirror of
https://github.com/Daniongithub/ER-TPL.git
synced 2025-12-06 11:22:03 +00:00
yellow button + categoria RSM
This commit is contained in:
23
style.css
23
style.css
@@ -97,6 +97,29 @@ a.rbutton{
|
||||
box-shadow: none;
|
||||
transform: translateY(5px)
|
||||
}
|
||||
a.ybutton{
|
||||
display: inline-block;
|
||||
text-decoration: none;
|
||||
font-size: 18px;
|
||||
width: auto;
|
||||
margin-bottom: 1rem;
|
||||
margin-left: 10px;
|
||||
margin-right: 10px;
|
||||
padding: 0 20px;
|
||||
font-weight: 700;
|
||||
line-height: 48px;
|
||||
letter-spacing: .1px;
|
||||
white-space: wrap;
|
||||
border-radius: 8px;
|
||||
cursor: pointer;
|
||||
color: black;
|
||||
background-color: rgb(255, 255, 0);
|
||||
box-shadow: 0 5px 0 darkgoldenrod;
|
||||
}
|
||||
.ybutton:active {
|
||||
box-shadow: none;
|
||||
transform: translateY(5px)
|
||||
}
|
||||
footer{
|
||||
position: fixed;
|
||||
left: 8px;
|
||||
|
||||
Reference in New Issue
Block a user