Files
superset2/dashed/assets/stylesheets/welcome.css
Maxime Beauchemin c9203554e7 a welcome page
2016-03-25 18:08:33 -07:00

22 lines
325 B
CSS

.welcome .widget{
border-radius: 0;
border: 1px solid #ccc;
box-shadow: 2px 1px 5px -2px #aaa;
background-color: #fff;
}
.welcome .widget .header {
background-color: #f1f1f1;
text-align: center;
}
.welcome .widget>div {
padding: 3px;
overflow: auto;
max-height: 500px;
}
.table i {
padding-top: 6px;
}