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.
1 parent 0393739 commit 062f5dbCopy full SHA for 062f5db
demo/src/App.vue
@@ -140,19 +140,22 @@ select {
140
float: right;
141
142
.button-light {
143
- background: #cbced1;
+ background: #fff;
144
+ border: 1px solid #46484e;
145
+ color: #46484e;
146
}
147
148
.button-dark {
- background: #1C1D21;
149
+ background: #1c1d21;
150
+ border: 1px solid #1c1d21;
151
152
153
button {
154
color: #fff;
155
outline: none;
156
cursor: pointer;
157
border-radius: 4px;
- padding: 8px 12px;
158
+ padding: 6px 12px;
159
margin-left: 10px;
160
border: none;
161
font-size: 14px;
0 commit comments