mirror of
https://github.com/dutchcoders/transfer.sh.git
synced 2020-11-18 19:53:40 -08:00
CTA button border radius fix for firefox
This commit is contained in:
parent
f884746916
commit
ee577de70f
@ -47,7 +47,7 @@ h2 {
|
||||
border: 2px solid @red;
|
||||
font-size: 20px;
|
||||
color: @red;
|
||||
-webkit-border-radius: 10px;
|
||||
border-radius: 10px;
|
||||
display: inline-block;
|
||||
&:hover {
|
||||
text-decoration: none;
|
||||
|
@ -5400,7 +5400,7 @@ h2 {
|
||||
border: 2px solid #e96e57;
|
||||
font-size: 20px;
|
||||
color: #e96e57;
|
||||
-webkit-border-radius: 10px;
|
||||
border-radius: 10px;
|
||||
display: inline-block;
|
||||
}
|
||||
.btn-cta:hover {
|
||||
|
File diff suppressed because one or more lines are too long
Loading…
x
Reference in New Issue
Block a user