D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
proc
/
thread-self
/
root
/
home
/
shubmkcj
/
urbane.createerp.com
/
assets
/
scss
/
Filename :
_common.scss
back
Copy
/* ============= Common ============= */ body { margin: 0; padding-bottom: 60px; overflow-x: hidden; color: $light7; font-size: $font-size-base; background-color: $bg-body; } html { position: relative; min-height: 100%; } .h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6{ color: #666f7b; margin: 10px 0; } h5 { font-size: 15px; } p { line-height: 1.6; } * { outline: none !important; } a { &:hover { outline: 0; text-decoration: none; } &:active { outline: 0; text-decoration: none; } &:focus { outline: 0; text-decoration: none; } } .container { width: auto; } .container-alt { margin-left: auto; margin-right: auto; padding-left: 15px; padding-right: 15px; } #wrapper { height: $height; overflow: hidden; width: $width; }