Skip to content

Instantly share code, notes, and snippets.

@ExByt3s
Created February 11, 2015 00:25
Show Gist options
  • Save ExByt3s/8a55779065c96a95387e to your computer and use it in GitHub Desktop.
Save ExByt3s/8a55779065c96a95387e to your computer and use it in GitHub Desktop.
// Place all the styles related to the logins controller here.
// They will automatically be included in application.css.
// You can use Sass (SCSS) here: http://sass-lang.com/
.pgfmr {
.pgfrm_left {
padding: 20px;
width: 50%;
height: 500px;
.pgfrm_ttl {
color: #333;
display: inline-block;
font-size: 20px;
font-weight: bold;
padding-bottom: 9px;
font-family: "Helvetica neue",Helvetica,Arial,sans-serif;
}
hr {
background: #ddd;
clear: both;
float: none;
width: 100%;
height: 1px;
margin: 0 0 1.4em;
border: none;
}
}
}
/*that be will going on form scss <.< MAYBE WE WILL CREATE SEPARATE REPO LATER OF skins templete*/
.pgfmr {
border: 1px solid red;
.pgfrm_left {
border: 1px solid blue;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment