Style bootstrap tooltip; show FC share in article price info
This commit is contained in:
parent
bba70dc875
commit
a6228bdcf2
4 changed files with 16 additions and 0 deletions
|
|
@ -50,6 +50,16 @@ body {
|
|||
margin: 0;
|
||||
}
|
||||
|
||||
// Light tooltips without empty space below tables
|
||||
.tooltip-inner {
|
||||
color: #000;
|
||||
background-color: rgb(245,245,245);
|
||||
border: 1px solid #ccc;
|
||||
}
|
||||
.tooltip-inner .table {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
@mainRedColor: #ED0606;
|
||||
|
||||
.logo {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue