You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
30 lines
498 B
30 lines
498 B
2 years ago
|
.bottommodal-window-button-container {
|
||
|
float: right;
|
||
|
right: 10px;
|
||
|
text-align: right;
|
||
|
}
|
||
|
|
||
|
.bottommodal-close,
|
||
|
.bottommodal-maximize,
|
||
|
.bottommodal-minimize {
|
||
|
cursor: pointer;
|
||
|
padding: 4px;
|
||
|
}
|
||
|
|
||
|
.bottommodal-header {
|
||
|
margin-bottom: -10px;
|
||
|
}
|
||
|
|
||
|
.bottommodal-title {
|
||
|
font-size: 16px;
|
||
|
font-weight: 750;
|
||
|
text-align: left;
|
||
|
margin-left: 20px;
|
||
|
color: #FFFFFF;
|
||
|
}
|
||
|
|
||
|
.bottommodal-close:hover,
|
||
|
.bottommodal-maximize:hover,
|
||
|
.bottommodal-minimize:hover {
|
||
|
color: #20a8d8;
|
||
|
}
|