Moved some css to component-specific css.
This commit is contained in:
@@ -8,33 +8,6 @@ html, body {
|
||||
padding-top: 1.5rem;
|
||||
}
|
||||
|
||||
.table.table-top-borderless thead th {
|
||||
border-top-style: none;
|
||||
}
|
||||
|
||||
.btn.btn-tab {
|
||||
border-bottom-style: none;
|
||||
border-bottom-left-radius: 0em;
|
||||
border-bottom-right-radius: 0em;
|
||||
}
|
||||
|
||||
.list-group-top-square-left .list-group-item:first-child {
|
||||
border-top-left-radius: 0em;
|
||||
}
|
||||
|
||||
.list-group-top-square-right .list-group-item:first-child {
|
||||
border-top-right-radius: 0em;
|
||||
}
|
||||
|
||||
li.list-group-item.list-group-item-hover:hover {
|
||||
background-color: #F5F5F5;
|
||||
}
|
||||
|
||||
li.list-group-nospacing {
|
||||
padding: 0px;
|
||||
margin: 0px;
|
||||
}
|
||||
|
||||
#blazor-error-ui {
|
||||
background: lightyellow;
|
||||
bottom: 0;
|
||||
|
Reference in New Issue
Block a user