mirror of
https://github.com/seigler/dash-docs
synced 2025-07-27 09:46:12 +00:00
screen: Add default styles for Exchanges page
This commit is contained in:
parent
8e1955c501
commit
db3bffbbd8
1 changed files with 25 additions and 0 deletions
|
@ -1464,6 +1464,31 @@ button.active {
|
|||
bottom:-6px;
|
||||
}
|
||||
|
||||
.exchanges{
|
||||
margin-bottom:40px;
|
||||
text-align:left;
|
||||
font-size:0;
|
||||
}
|
||||
.exchanges div{
|
||||
border-top:1px solid #e0e0e0;
|
||||
}
|
||||
.exchanges div:first-child,.exchanges div div{
|
||||
border-top:0;
|
||||
}
|
||||
.exchanges div div{
|
||||
width:278px;
|
||||
font-size:16px;
|
||||
display:inline-block;
|
||||
vertical-align:top;
|
||||
}
|
||||
.exchanges img{
|
||||
margin-right:5px;
|
||||
width:24px;
|
||||
height:24px;
|
||||
position:relative;
|
||||
bottom:-6px;
|
||||
}
|
||||
|
||||
.resourcesmore{
|
||||
text-align:center;
|
||||
margin-top:40px;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue