mirror of
https://github.com/oonyeje/Pearlception_Website_RoR.git
synced 2025-12-25 03:37:40 +00:00
- authentication routes are glitchy - custom devise views are not being displayed properly - routing issues and custom fields for devise routes and models
23 lines
366 B
SCSS
23 lines
366 B
SCSS
//@import "bootstrap-sprockets";
|
|
@import "bootstrap";
|
|
|
|
/* mixins, variables, etc. */
|
|
|
|
$gray-medium-light: #eaeaea;
|
|
|
|
@mixin box_sizing {
|
|
-moz-box-sizing: border-box;
|
|
-webkit-box-sizing: border-box;
|
|
box-sizing: border-box;
|
|
}
|
|
|
|
/* miscellaneous */
|
|
|
|
.debug_dump {
|
|
clear: both;
|
|
float: left;
|
|
width: 100%;
|
|
margin-top: 45px;
|
|
@include box_sizing;
|
|
}
|