File tree Expand file tree Collapse file tree 2 files changed +0
-23
lines changed Expand file tree Collapse file tree 2 files changed +0
-23
lines changed Original file line number Diff line number Diff line change 13
13
width : calc (100% + 30px );
14
14
}
15
15
}
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
- }
38
16
& __answer {
39
17
& :before , & :after {
40
18
width : 100% ;
Original file line number Diff line number Diff line change @@ -5,7 +5,6 @@ block content
5
5
div.container.index--container
6
6
div.question-game #app
7
7
input.question-game__input ( placeholder ='Ask a question...' , v-model ="question" )
8
- button.question-game__button Submit
9
8
div.question-game__answer
10
9
p.question-game__answer-text {{ answer }}
11
10
img.question-game__answer-img ( v-bind:src ="img" )
You can’t perform that action at this time.
0 commit comments