Move to components folder

This commit is contained in:
Chi Vinh Le
2017-04-18 23:14:28 +07:00
parent 7526d64bc0
commit b40eed4751
12 changed files with 0 additions and 0 deletions
@@ -0,0 +1,24 @@
.Toggleable:focus {
outline: none;
}
/**
* Up/Down Chevrons for the top right menu
*/
.chevron {
}
.chevron:before {
content: '⌃';
display: inline-block;
position: relative;
top: 0.25em;
}
/* Down Arrow */
.chevron.down:before {
display: inline-block;
position: relative;
transform: rotate(180deg);
top: 0;
/*top: -0.25em;*/
}