diff options
Diffstat (limited to 'scss/imports/scss/_MainWindow.scss')
-rwxr-xr-x | scss/imports/scss/_MainWindow.scss | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/scss/imports/scss/_MainWindow.scss b/scss/imports/scss/_MainWindow.scss index 0b0649dc..1340a18f 100755 --- a/scss/imports/scss/_MainWindow.scss +++ b/scss/imports/scss/_MainWindow.scss | |||
@@ -200,16 +200,16 @@ | |||
200 | } | 200 | } |
201 | 201 | ||
202 | #mainContainer #rulerTop { | 202 | #mainContainer #rulerTop { |
203 | // TODO: temporary background please replace when component is implemented | 203 | // TODO: temporary background please replace when component is implemented |
204 | background: url("../images/temp/ruler-top.png"); | 204 | background:$color-stage; |
205 | height:15px; | 205 | height:15px; |
206 | margin-bottom: 0px; | 206 | margin-bottom: 0px; |
207 | display:none; | 207 | display:none; |
208 | } | 208 | } |
209 | 209 | ||
210 | #rulerLeft { | 210 | #rulerLeft { |
211 | // TODO: temporary background please replace when component is implemented | 211 | // TODO: temporary background please replace when component is implemented |
212 | background: url("../images/temp/ruler-left.png"); | 212 | background:$color-stage; |
213 | width:16px; | 213 | width:16px; |
214 | display:none; | 214 | display:none; |
215 | } | 215 | } |