my changes
This commit is contained in:
parent
28301e4312
commit
8dc1f1b048
263 changed files with 36882 additions and 4453 deletions
10
resources/assets/sass/app1.scss
Normal file
10
resources/assets/sass/app1.scss
Normal file
|
@ -0,0 +1,10 @@
|
|||
// Fonts
|
||||
@import url("https://fonts.googleapis.com/css?family=Raleway:300,400,600");
|
||||
|
||||
// Variables
|
||||
// @import "style";
|
||||
|
||||
// Bootstrap
|
||||
// $icon-font-path: "../fonts/bootstrap/";
|
||||
// @import "~bootstrap-sass/assets/stylesheets/bootstrap";
|
||||
|
35
resources/assets/sass/style.scss
Normal file
35
resources/assets/sass/style.scss
Normal file
|
@ -0,0 +1,35 @@
|
|||
html, body
|
||||
{
|
||||
font-family:"Raleway", sans-serif;
|
||||
font-size: 14px;
|
||||
line-height: 1.42857143;
|
||||
-ms-text-size-adjust: 100%;
|
||||
-webkit-text-size-adjust: 100%;
|
||||
margin:0;
|
||||
padding:0;
|
||||
height:100%;
|
||||
width:100%;
|
||||
}
|
||||
.fontface1
|
||||
{
|
||||
font-family: "Raleway", sans-serif;
|
||||
font-size: 26px;
|
||||
color: #99cc00;
|
||||
}
|
||||
|
||||
.title{
|
||||
margin-top: 1em;
|
||||
margin-bottom: 50px;
|
||||
padding-bottom: 1em;
|
||||
text-align: center;
|
||||
line-height: 1;
|
||||
border-bottom: 1px solid red;
|
||||
font-family: "Marvel", sans-serif;
|
||||
}
|
||||
|
||||
.marvel{
|
||||
color: #E41030;
|
||||
font-family: "Raleway", sans-serif;
|
||||
font-weight: normal;
|
||||
}
|
||||
|
Loading…
Add table
editor.link_modal.header
Reference in a new issue