scss: remove wrapper
This commit is contained in:
parent
652a76b26c
commit
b297f077c5
3 changed files with 4 additions and 21 deletions
|
@ -20,8 +20,6 @@
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
<div id="wrapper" class="card">
|
|
||||||
|
|
||||||
<header>
|
<header>
|
||||||
|
|
||||||
<nav class="navbar navbar-expand-lg navbar-dark bg-primary">
|
<nav class="navbar navbar-expand-lg navbar-dark bg-primary">
|
||||||
|
@ -347,10 +345,6 @@ In id suscipit elit.</code></pre>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</nav>
|
</nav>
|
||||||
</div>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
|
<!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
|
||||||
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.2/jquery.min.js"></script>
|
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.2/jquery.min.js"></script>
|
||||||
|
|
|
@ -1,17 +1,11 @@
|
||||||
/*
|
/*
|
||||||
* 3 - Global elements ( _global.scss )
|
* 3 - Global elements ( _global.scss )
|
||||||
*
|
*
|
||||||
* This part of the (s)css handle the style of "global" elements
|
* This part of the (s)css handle the style of "global" elements
|
||||||
* like the wrapper, the navbars, the header.
|
* like the wrapper, the navbars, the header.
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
body {
|
|
||||||
background: #666 url('img/background.png');
|
|
||||||
padding: 30px;
|
|
||||||
background-attachment: fixed;
|
|
||||||
}
|
|
||||||
|
|
||||||
@media (max-width: 767.98px) {
|
@media (max-width: 767.98px) {
|
||||||
body {
|
body {
|
||||||
background: none;
|
background: none;
|
||||||
|
@ -36,7 +30,7 @@ header {
|
||||||
padding-bottom:0px;
|
padding-bottom:0px;
|
||||||
padding:2.33333em;
|
padding:2.33333em;
|
||||||
margin:auto;
|
margin:auto;
|
||||||
text-align:center;
|
text-align:center;
|
||||||
img {
|
img {
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
height: auto;
|
height: auto;
|
||||||
|
@ -53,7 +47,7 @@ header {
|
||||||
padding-bottom:0;
|
padding-bottom:0;
|
||||||
}
|
}
|
||||||
@include li-no-margin();
|
@include li-no-margin();
|
||||||
|
|
||||||
.form-control {
|
.form-control {
|
||||||
opacity: 0.3;
|
opacity: 0.3;
|
||||||
background-color: rgba(0, 0, 0, 0.3);
|
background-color: rgba(0, 0, 0, 0.3);
|
||||||
|
|
|
@ -520,16 +520,11 @@ mark {
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* 3 - Global elements ( _global.scss )
|
* 3 - Global elements ( _global.scss )
|
||||||
*
|
*
|
||||||
* This part of the (s)css handle the style of "global" elements
|
* This part of the (s)css handle the style of "global" elements
|
||||||
* like the wrapper, the navbars, the header.
|
* like the wrapper, the navbars, the header.
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
body {
|
|
||||||
background: #666 url("img/background.png");
|
|
||||||
padding: 30px;
|
|
||||||
background-attachment: fixed; }
|
|
||||||
|
|
||||||
@media (max-width: 767.98px) {
|
@media (max-width: 767.98px) {
|
||||||
body {
|
body {
|
||||||
background: none;
|
background: none;
|
||||||
|
|
Loading…
Reference in a new issue