17 lines
175 B
SCSS
17 lines
175 B
SCSS
.room-details-container {
|
|
padding: 24px;
|
|
}
|
|
|
|
h1 {
|
|
margin-bottom: 16px;
|
|
}
|
|
|
|
a {
|
|
color: #00bcd4;
|
|
text-decoration: none;
|
|
|
|
&:hover {
|
|
text-decoration: underline;
|
|
}
|
|
}
|