Files
skyline-console/src/pages/compute/containers/ServerGroup/Detail/index.less
Jingwei.Zhang ce0042945f refactor: Update style
1. Support style check: stylelint
2. Add stylelint check in lint-staged husky
2. Update styles

Change-Id: Id793b0936e4c3ea27ddef0df794d5b711880599f
2022-03-02 11:04:01 +08:00

46 lines
629 B
Plaintext

@import '~styles/variables';
.wrapper {
min-height: calc(100vh - 108px);
padding: 0 @body-padding;
}
.collapse {
margin-bottom: 24px;
overflow: hidden;
}
.panel {
margin-bottom: 24px;
padding-top: 12px;
padding-bottom: 12px;
font-size: larger;
background: #fff;
}
.header-divider {
width: 2px;
margin: 0 5px;
background-color: @color-text-caption;
}
.image {
width: 100px;
padding: 10px;
}
.radio-button {
:global {
.ant-radio-button-wrapper {
width: 250px;
height: 100px;
margin-right: 40px;
padding: 15px;
}
}
}
.security-group-text {
font-size: 14px;
}