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.
|
- .model-evolution {
- width: 100%;
- height: 100%;
- background-color: white;
-
- &__top {
- padding: 30px 0;
- color: @text-color;
- font-size: @font-size-content;
- }
-
- &__graph {
- height: calc(100% - 92px);
- background-color: @background-color;
- background-image: url(/assets/images/pipeline-canvas-back.png);
- background-size: 100% 100%;
- }
- }
|