.create-service-version { height: 100%; &__content { height: calc(100% - 60px); margin-top: 10px; padding: 30px 30px 10px; overflow: auto; color: @text-color; font-size: @font-size-content; background-color: white; border-radius: 10px; &__type { color: @text-color; font-size: @font-size-input-lg; } } }