Bootstrap: Activities
This commit is contained in:
parent
15b06b0164
commit
0a4222fb98
26 changed files with 324 additions and 365 deletions
|
@ -1,4 +1,12 @@
|
|||
a {
|
||||
color: $link_color;
|
||||
&:hover { text-decoration:none; }
|
||||
&:hover {
|
||||
text-decoration:none;
|
||||
color: $active_link_color;
|
||||
}
|
||||
}
|
||||
|
||||
.alert-message.entry {
|
||||
background:#F1F1F1;
|
||||
border-color:#ccc;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue