瀏覽代碼

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
文件差異過大導致無法顯示
查看文件


Loading…
取消
儲存