Sha256: 3572890d83f4f5689c0e76f2bfd22ce49fd381dcccf381519ecf6fec929c9089

Contents?: true

Size: 732 Bytes

Versions: 3

Compression:

Stored size: 732 Bytes

Contents

.category{
	border: 3px solid map-get($colors, _white);
	background-color: map-get($colors, _blue-header);
	border-radius: 25px;
	padding: 16px;

	&-list{
		list-style-type: none;

		@include breakpoint(mobile){
			margin-left: 0px !important;
		}

		&-link{
			color: map-get($colors, _green-lime) !important;
			font-size: 20px;
			line-height: 3;
			&:hover{
				color: map-get($colors, _white) !important;
			}
		}
	}

	&-sub{

		&-list{

			@include breakpoint(mobile){
				margin-left: 0px !important;
			}

			list-style-type: none;
			
			&-link{
				color: map-get($colors, _white) !important;

				&:hover{
					color: map-get($colors, _green-lime) !important;
				}
			}
		}
	}
}

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
console-theme-1.0.1 _sass/_blocks/category.scss
console-theme-1.0.0 _sass/_blocks/category.scss
console-theme-0.1.0 _sass/_blocks/category.scss