Skip to content

class '.close' of bootstrap breaks layout of code snippets when you use _close.scss of Bootstrap. #7

@Mishurin

Description

@Mishurin

I think, it is reasonable to add some styles for .close class since it is used for styling in rainbow. For example,
.rainbow {
.close {
float: none;
font-size: inherit;
font-weight: inherit;
line-height: inherit;
text-shadow: none;
opacity: 1;
filter: none;
&:hover,
&:focus {
color: inherit;
text-decoration: inherit;
cursor: inherit;
opacity: 1;
}
}
}
This means, that in scope of .rainbow we have defined styles for .close class.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions