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-deployment-create {
- height: 100%;
-
- &__content {
- height: calc(100% - 60px);
- margin-top: 10px;
- padding: 30px 30px 10px;
- overflow: auto;
- background-color: white;
- border-radius: 10px;
-
- &__type {
- color: @text-color;
- font-size: @font-size-input-lg;
- }
- }
- }
|