2022-11-21 00:27:27 +00:00
|
|
|
/* ReviewDetails.css */
|
|
|
|
|
2022-11-21 08:56:54 +00:00
|
|
|
@font-face {
|
|
|
|
font-family: "testFont";
|
|
|
|
src: url(CoveredByYourGrace-Regular.ttf);
|
|
|
|
}
|
|
|
|
|
2022-11-21 03:50:54 +00:00
|
|
|
body {
|
2022-11-21 08:56:54 +00:00
|
|
|
background-color: #F8F3F1;
|
2022-11-21 00:27:27 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
h1 {
|
2022-11-21 03:50:54 +00:00
|
|
|
text-align: center;
|
2022-11-21 00:27:27 +00:00
|
|
|
}
|
2022-11-21 03:50:54 +00:00
|
|
|
|
|
|
|
.top-bar {
|
2022-11-21 08:56:54 +00:00
|
|
|
display: flex;
|
|
|
|
justify-content: center;
|
2022-11-21 00:27:27 +00:00
|
|
|
}
|
2022-11-21 03:50:54 +00:00
|
|
|
|
|
|
|
.top-bar > img {
|
|
|
|
position: relative;
|
2022-11-21 08:56:54 +00:00
|
|
|
align-self: center;
|
|
|
|
padding-left: 2.5%;
|
|
|
|
padding-right: 2.5%;
|
2022-11-21 00:27:27 +00:00
|
|
|
}
|
|
|
|
|
2022-11-21 03:50:54 +00:00
|
|
|
.top-bar > h1 {
|
|
|
|
position: relative;
|
2022-11-21 08:56:54 +00:00
|
|
|
text-align: center;
|
|
|
|
/*color: #e4c3d2;*/
|
|
|
|
color:#516754;
|
|
|
|
font-size: 6rem;
|
|
|
|
font-family: 'testFont';
|
2022-11-22 00:07:20 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.d-tag {
|
|
|
|
background-color: grey;
|
|
|
|
border-radius: 7px;
|
|
|
|
color: white;
|
|
|
|
padding-right: 7px;
|
|
|
|
padding-left: 7px;
|
2022-11-22 01:03:10 +00:00
|
|
|
margin: 10px 10px 10px 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.tag-container > .d-tag {
|
|
|
|
max-width: 100%;
|
|
|
|
overflow-wrap: anywhere;
|
2022-11-21 08:56:54 +00:00
|
|
|
}
|