22 lines
263 B
SCSS
22 lines
263 B
SCSS
.eula-modal {
|
|
top: 20px;
|
|
}
|
|
|
|
.eula-markdown-card {
|
|
max-height: 50vh;
|
|
overflow-y: auto;
|
|
background-color: lightgray;
|
|
}
|
|
|
|
.eula-markdown-div {
|
|
padding: 0 10px 0 10px;
|
|
}
|
|
|
|
.eula-never-scrolled {
|
|
text-align: center;
|
|
}
|
|
|
|
.eula-accept-button {
|
|
width: 100%;
|
|
}
|