@import "~antd/lib/style/themes/default.less"; .exception { display: flex; align-items: center; height: 100%; .imgBlock { flex: 0 0 62.5%; width: 62.5%; text-align: right; padding-right: 152px; } .content { flex: auto; h1 { color: @text-color; font-size: 68px; line-height: 68px; margin-bottom: 16px; } .desc { color: @text-color-secondary; font-size: 20px; margin-bottom: 16px; } .actions { button:not(:last-child) { margin-right: 8px; } } } }