This repository has been archived on 2023-07-11. You can view files and clone it, but cannot push or open issues or pull requests.
web/styles/train-detail.css

33 lines
543 B
CSS

.titleimg {
width: 150px;
height: 98px;
padding-bottom: 0;
}
.service_button {
font-size: 15px;
color: white;
background-color: var(--accent-color);
border: none;
border-radius: 30px;
padding: 10px;
margin: 5px;
}
#data_headcode {
color: var(--second-text-color);
font-size: 25px;
font-weight: bolder;
margin-bottom: 5px
}
#data_piscode {
margin: 5px;
color: var(--second-text-color)
}
#data_table {
color: var(--second-text-color);
width: 200px;
margin: auto
}