Commit a7556465 by lmf

优化css

parent e63fd46b
...@@ -2318,7 +2318,7 @@ tr.grand.totals { ...@@ -2318,7 +2318,7 @@ tr.grand.totals {
} }
button.button.action.continue.primary { button.button.action.continue.primary {
width: 300px; width: 100% !important;
height: 50px; height: 50px;
background: #ffa800; background: #ffa800;
font-size: 20px; font-size: 20px;
...@@ -2334,7 +2334,10 @@ tr.grand.totals { ...@@ -2334,7 +2334,10 @@ tr.grand.totals {
} }
button.button.action.continue.primary { button.button.action.continue.primary {
width: 100% !important; width: 300px;
height: 50px;
background: #ffa800;
font-size: 20px;
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment