浏览代码

CTA button border radius fix for firefox

tags/v1.0.0
Uvis Grinfelds 9 年前
父节点
当前提交
ee577de70f
共有 3 个文件被更改,包括 3 次插入3 次删除
  1. +1
    -1
      transfersh-web/styles/includes/global.less
  2. +1
    -1
      transfersh-web/styles/main.css
  3. +1
    -1
      transfersh-web/styles/main.css.map

+ 1
- 1
transfersh-web/styles/includes/global.less 查看文件

@@ -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;


+ 1
- 1
transfersh-web/styles/main.css 查看文件

@@ -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 {


+ 1
- 1
transfersh-web/styles/main.css.map
文件差异内容过多而无法显示
查看文件


正在加载...
取消
保存