Initial commit.
This commit is contained in:
commit
0335f5aa93
1168 changed files with 261999 additions and 0 deletions
14
app/styles/views/directives/_help.scss
Normal file
14
app/styles/views/directives/_help.scss
Normal file
|
@ -0,0 +1,14 @@
|
|||
f-help {
|
||||
.help-icon {
|
||||
@extend .fa, .fa-question-circle;
|
||||
|
||||
cursor: pointer;
|
||||
font-size: $font-size-base + 2;
|
||||
margin-left: 5px;
|
||||
color: $brand-info;
|
||||
|
||||
&:hover {
|
||||
color: darken($brand-info, 20%);
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue