Skip to content

consider replacing CSS w/ SASS #61

Description

@allynt
$grumpy-banner-bg-color: #150904;
$grumpy-footer-bg-color: #f5f5f5;

#grumpy 
	div#banner 
		background-color: $grumpy-banner-bg-color

	.footer 
		margin-top: 2px 
		bottom: 0 
		width: 100% 
		background-color: $grumpy-footer-bg-color
	a 
		&.unstyled 
			color: inherit 
			text-decoration: none !important 
	ul 
		&.errorlist 
			list-style-type: none 
			padding-left: 0 

.dj_map 
	width: 400px 
	height: 400px 

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions