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
Raw Permalink Normal View History

2023-06-08 11:37:26 +01:00
.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 {
2023-06-08 11:37:26 +01:00
color: var(--second-text-color);
font-size: 25px;
font-weight: bolder;
margin-bottom: 5px
}
2023-06-08 11:37:26 +01:00
#data_piscode {
2023-06-08 11:37:26 +01:00
margin: 5px;
color: var(--second-text-color)
}
2023-06-08 11:37:26 +01:00
#data_table {
2023-06-08 11:37:26 +01:00
color: var(--second-text-color);
width: 200px;
margin: auto
}