We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 40a2ab4 + 9d60c8c commit e5c3349Copy full SHA for e5c3349
app/components/organisms/ArticleRegistrationFooter.vue
@@ -141,8 +141,9 @@ export default {
141
display: inline-block;
142
font-size: 14px;
143
width: 105px;
144
- outline: solid 1px;
+ border: 1px solid;
145
height: 34px;
146
+ line-height: 34px;
147
&:hover,
148
&:focus {
149
background: #0086cc;
@@ -155,7 +156,7 @@ export default {
155
156
font-weight: bold;
157
158
line-height: 34px;
- width: 160px;
159
+ width: 170px;
160
background-color: #ffffff;
161
color: #000000;
162
margin-left: 10px;
0 commit comments