14
app/components/Accordion/AccordionHeader.scss
Executable file
14
app/components/Accordion/AccordionHeader.scss
Executable file
@@ -0,0 +1,14 @@
|
||||
@import '../../styles/variables';
|
||||
|
||||
div.header {
|
||||
background: none;
|
||||
border-bottom: none;
|
||||
cursor: pointer;
|
||||
color: $link-color;
|
||||
text-decoration: $link-decoration;
|
||||
|
||||
&:hover {
|
||||
color: $link-hover-color;
|
||||
text-decoration: $link-hover-decoration;
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user