Skip to content

Commit 7b4ad75

Browse files
author
Yusuf Özlü
committed
remove submit button
1 parent 4863f71 commit 7b4ad75

File tree

2 files changed

+0
-23
lines changed

2 files changed

+0
-23
lines changed

dev/assets/styles/index.scss

Lines changed: 0 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -13,28 +13,6 @@
1313
width: calc(100% + 30px);
1414
}
1515
}
16-
&__button{
17-
width: 100px;
18-
padding: 15px;
19-
float: right;
20-
background-color: #58585A;
21-
color: #fff;
22-
margin: 15px 0;
23-
font-size: 14px;
24-
text-align: center;
25-
border-radius: 5px;
26-
border: solid 1px #58585A;
27-
text-transform: uppercase;
28-
font-family: Ubuntu;
29-
&:focus, &:active{
30-
outline: none;
31-
}
32-
transition: background-color .4s ease;
33-
&:hover{
34-
background-color: #38383A;
35-
cursor: pointer;
36-
}
37-
}
3816
&__answer{
3917
&:before, &:after{
4018
width: 100%;

dev/views/index.pug

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ block content
55
div.container.index--container
66
div.question-game#app
77
input.question-game__input(placeholder='Ask a question...', v-model="question")
8-
button.question-game__button Submit
98
div.question-game__answer
109
p.question-game__answer-text {{ answer }}
1110
img.question-game__answer-img(v-bind:src="img")

0 commit comments

Comments
 (0)