This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.content .sign_up { | |
padding: 50px; | |
} | |
@media (max-width: 600px) { | |
.content .sign_up { | |
width: 90%; | |
padding: 30px; | |
} | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Started GET "/canvases/21/edit" for 127.0.0.1 at 2014-04-24 23:47:48 +0100 | |
Processing by CanvasesController#edit as JSON | |
Parameters: {"id"=>"21"} | |
[1m[35mCanvas Load (0.2ms)[0m SELECT "canvases".* FROM "canvases" WHERE "canvases"."id" = ? LIMIT 1 [["id", "21"]] | |
Completed 500 Internal Server Error in 3ms | |
ActionView::MissingTemplate (Missing template canvases/edit, application/edit with {:locale=>[:en], :formats=>[:json], :handlers=>[:erb, :builder, :raw, :ruby, :jbuilder, :coffee]}. Searched in: | |
* "/Users/colmtuite/dev/design_tool/app/views" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<nav class="navMenu"> | |
<ul> | |
<li> | |
<a href="#">Home</a> | |
</li> | |
<li> | |
<a href="#">About</a> | |
</li> | |
<li> | |
<a href="#">Pricing</a> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2014-06-26T03:18:39.128976+00:00 heroku[router]: at=error code=H10 desc="App crashed" method=GET path="/" host=3www.colmtuite.com request_id=49a748c2-c95d-47f9-97aa-715b05498cfd fwd="180.76.6.130" dyno= connect= service= status=503 bytes= | |
2014-06-26T03:51:59.076990+00:00 heroku[router]: at=error code=H10 desc="App crashed" method=GET path="/" host=3www.colmtuite.com request_id=15216ed0-9cdc-40fc-a678-84870343f014 fwd="202.46.48.152" dyno= connect= service= status=503 bytes= | |
2014-06-26T04:19:49.855661+00:00 heroku[router]: at=error code=H10 desc="App crashed" method=GET path="/a-better-prototyping-tool" host=www.colmtuite.com request_id=2ba62692-527f-40f5-81c2-f81d86aa4549 fwd="54.237.176.214" dyno= connect= service= status=503 bytes= | |
2014-06-26T04:19:51.856715+00:00 heroku[router]: at=error code=H10 desc="App crashed" method=GET path="/a-better-prototyping-tool" host=www.colmtuite.com request_id=8c995d0e-6069-4f93-b6ce-448b6f9b38f9 fwd="54.237.176.214" dyno= connect= service= status=503 bytes= | |
2014-06-26T04:2 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.btn-1 { font-size: 10px; } | |
.btn-2 { font-size: 14px; } | |
.btn-3 { font-size: 17px; } | |
.btn-4 { font-size: 21px; } | |
@media only screen and (min-width: 768px) { | |
.btn-1 { font-size: 12px; } | |
.btn-2 { font-size: 16px; } | |
.btn-3 { font-size: 19px; } | |
.btn-4 { font-size: 23px; } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.btn-1 { font-size: 10px; } | |
.btn-2 { font-size: 14px; } | |
.btn-3 { font-size: 17px; } | |
.btn-4 { font-size: 21px; } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.fs--1, p, btn--3, article, .randomComponent { | |
font-size: 14px; | |
line-height: 1.6rem; | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.fs-1 { | |
font-size: 20px; | |
} | |
<h1 class="fs-1"></h1> | |
.componentWith20pxFontSize { | |
@extend .fs-1; | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.bgPrimary { | |
background: coral; | |
color: #fff; | |
} | |
.fs1 { | |
font-size: 20px; | |
line-height: 24px; | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div class="o-floatL"> | |
<div class="s-sidebar s-box s-box-gray p-10 w-240 clearfix"> | |
<div class="s-sidebar s-box s-box-gray p-10 w-240 clearfix"> | |
</div> | |
<div class="s-content pl-20"> |