You can not select more than 25 topics
Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- .experiment-result {
- height: 100%;
- margin-top: 10px;
- padding: 20px @content-padding 0;
- overflow-y: auto;
- background-color: white;
- border-radius: 10px;
-
- &__text {
- margin-bottom: 20px;
- white-space: pre-wrap;
- }
-
- &__image {
- display: block;
- height: 200px;
- }
- }
|