2015-07-29 19:30:09 +08:00
|
|
|
.BasicsPage {
|
2021-02-19 07:45:43 +08:00
|
|
|
padding-bottom: 30px;
|
2015-07-29 19:30:09 +08:00
|
|
|
|
|
|
|
@media @desktop-up {
|
|
|
|
.container {
|
|
|
|
max-width: 600px;
|
|
|
|
margin: 0;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2021-02-19 07:45:43 +08:00
|
|
|
.Form-group {
|
2017-07-22 10:17:50 +08:00
|
|
|
margin-bottom: 20px;
|
2021-02-19 07:45:43 +08:00
|
|
|
}
|
2015-07-29 19:30:09 +08:00
|
|
|
|
2021-02-19 07:45:43 +08:00
|
|
|
ul {
|
|
|
|
list-style: none;
|
|
|
|
margin: 0;
|
|
|
|
padding: 0;
|
2015-07-29 19:30:09 +08:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.BasicsPage-welcomeBanner-input {
|
2021-02-19 07:45:43 +08:00
|
|
|
input {
|
2015-07-29 19:30:09 +08:00
|
|
|
margin-bottom: 1px;
|
|
|
|
border-bottom-right-radius: 0;
|
|
|
|
border-bottom-left-radius: 0;
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
2021-02-19 07:45:43 +08:00
|
|
|
textarea {
|
2015-07-29 19:30:09 +08:00
|
|
|
border-top-right-radius: 0;
|
|
|
|
border-top-left-radius: 0;
|
2021-02-19 07:45:43 +08:00
|
|
|
margin-bottom: 10px;
|
2015-07-29 19:30:09 +08:00
|
|
|
}
|
|
|
|
}
|