auto.bus_razor/TicketOffice/wwwroot/css/Routes.css

105 lines
1.6 KiB
CSS

html {
font-size: 16px;
min-height: 100%;
font-family: 'Roboto', sans-serif;
}
/*@media (min-width: 768px) {
html {
font-size: 16px;
}
}*/
body {
background-color: #eaeef1;
margin-bottom: 60px;
}
.wrapper {
width: 70rem;
margin: 0 auto;
}
.route-list {
margin-top: 3rem;
}
table {
width: 100%;
border-collapse: collapse;
border: 1px solid #d7dce1;
}
th {
line-height: 4rem;
background: #e6e9ed;
border: 1px solid #d7dce1;
padding: 0 1rem;
font-size: 1rem;
text-align: start;
font-weight: 700;
color: #777a7e;
}
.departure, .arrival {
line-height: 1.6rem;
}
tr {
line-height: 6rem;
background-color: white;
}
tr:hover {
background-color: #dee9f4;
}
td {
padding: 0 1rem;
border: 1px solid #d7dce1;
text-align: center;
}
td.num, td.capacity {
font-size: 1.5rem;
font-weight: 700;
line-height: 2rem;
}
td.city {
font-size: 1rem;
font-weight: 700;
line-height: 1.5rem;
}
td.time, td.duration {
font-size: 1.2rem;
font-weight: 900;
line-height: 1.8rem;
}
.route-date {
display: flex;
justify-content: space-between;
border-bottom: 1px solid #c5c7cc;
font-size: 0.75rem;
line-height: 1.25rem;
}
.search-block {
background: #eaeef1;
box-shadow: 0 1px 2.4rem 0 #c3c9d0;
padding: 1.5rem 2.5rem 3.5rem 2.5rem;
}
.search-error {
background: #f1f2f4;
border: 1px solid #d7dce1;
box-shadow: 0 0 4px 0 rgba(195,201,208,.5);
font-weight: 700;
font-size: 1.5rem;
padding: 4rem 4rem;
text-align: center;
margin-top: 2rem;
line-height: 3rem;
}