Restructured project following changes. Moved shop assembly fetching to public facing Web API.
56 lines
1.1 KiB
CSS
56 lines
1.1 KiB
CSS
@import url('open-iconic/font/css/open-iconic-bootstrap.min.css');
|
|
|
|
html, body {
|
|
font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
|
|
}
|
|
|
|
.content {
|
|
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;
|
|
box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
|
|
display: none;
|
|
left: 0;
|
|
padding: 0.6rem 1.25rem 0.7rem 1.25rem;
|
|
position: fixed;
|
|
width: 100%;
|
|
z-index: 1000;
|
|
}
|
|
|
|
#blazor-error-ui .dismiss {
|
|
cursor: pointer;
|
|
position: absolute;
|
|
right: 0.75rem;
|
|
top: 0.5rem;
|
|
}
|