File tree 2 files changed +6
-8
lines changed
2 files changed +6
-8
lines changed Original file line number Diff line number Diff line change @@ -99,10 +99,11 @@ h1 span{
99
99
margin : 0 ;
100
100
}
101
101
.code-section {
102
+ position : relative;
102
103
background-color : # 333 ;
103
104
float : left;
104
105
width : 100% ;
105
- height : 100% ;
106
+ max- height: 100% ;
106
107
}
107
108
.notifications {
108
109
display : none; /* TODO find a place*/
@@ -136,6 +137,7 @@ h1 span{
136
137
.code-container textarea {
137
138
width : 100% ;
138
139
height : 80% ;
140
+ overflow : hidden;
139
141
padding : 60px 30px 20px 30px ;
140
142
font-family : inherit;
141
143
font-size : 14px ;
@@ -202,7 +204,7 @@ h1 span{
202
204
.button .scss {
203
205
border-top-right-radius : 55px ;
204
206
border-top-left-radius : 55px ;
205
- background-image : url ("/images/sass -icon.svg" );
207
+ background-image : url ("/images/scss -icon.svg" );
206
208
background-position : center bottom 20px ;
207
209
}
208
210
.code-actions .button : hover {
Original file line number Diff line number Diff line change 21
21
%label{:for => " page_css" }
22
22
CSS (paste your CSS code and convert!)
23
23
%textarea{:id => " page_css" , :name => " page[css]" }=h @css || ""
24
-
25
-
26
-
27
24
.code-container.right
28
25
%label{:for => " page_sass" }
29
26
Your Syntactically Awesome StyleSheets code
30
27
%textarea{:id => " page_sass" , :name => " page[sass]" }=h @output || ""
31
-
32
28
.code-actions
33
- %input.button.scss {:type => " submit" , :name => " commit" , :value => " Convert 2 SCSS " }
34
- %input.button.sass {:type => " submit" , :name => " commit" , :value => " Convert 2 SASS " }
29
+ %input.button.sass {:type => " submit" , :name => " commit" , :value => " Convert 2 SASS " }
30
+ %input.button.scss {:type => " submit" , :name => " commit" , :value => " Convert 2 SCSS " }
You can’t perform that action at this time.
0 commit comments