mirror of
				https://gitlab.com/Chill-Projet/chill-bundles.git
				synced 2025-10-31 01:08:26 +00:00 
			
		
		
		
	Adding _custom.scss to git
This commit is contained in:
		
							
								
								
									
										3
									
								
								.gitignore
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										3
									
								
								.gitignore
									
									
									
									
										vendored
									
									
								
							| @@ -26,4 +26,5 @@ Resources/assets/gumpy/.sass-cache | ||||
| Resources/.sass-cache/ | ||||
| Resources/bower_components/ | ||||
| Resources/node_modules/ | ||||
| Resources/public/stylesheets/sass/ | ||||
| Resources/public/stylesheets/sass/* | ||||
| !Resources/public/stylesheets/sass/_custom.scss | ||||
							
								
								
									
										16
									
								
								Resources/public/stylesheets/sass/_custom.scss
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										16
									
								
								Resources/public/stylesheets/sass/_custom.scss
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,16 @@ | ||||
| // YOUR CUSTOM SCSS | ||||
| div#general { | ||||
|     background: none repeat scroll 0 0 #2980b9; | ||||
|     color: #FFF; | ||||
|     padding: 0.5em; | ||||
| } | ||||
|  | ||||
| html,body { min-height:100%; } | ||||
|  | ||||
| .title { | ||||
|    font-size: 2em; | ||||
| } | ||||
|  | ||||
| .subtitle { | ||||
|    font-size: 1.5em; | ||||
| } | ||||
		Reference in New Issue
	
	Block a user