mirror of https://github.com/apache/cloudstack.git
compute: removed oval animation when click radio button in deploy VM (#537)
Related #520 Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
This commit is contained in:
parent
4d27f0c762
commit
ad5e241090
|
|
@ -130,18 +130,10 @@ export default {
|
|||
|
||||
<style lang="less" scoped>
|
||||
.radio-group {
|
||||
display: block;
|
||||
margin: 0.5rem 0;
|
||||
|
||||
/deep/.ant-radio {
|
||||
width: 35px;
|
||||
}
|
||||
|
||||
&__radio {
|
||||
margin: 0.5rem 0;
|
||||
|
||||
/deep/span:last-child {
|
||||
display: inline-block;
|
||||
}
|
||||
margin-right: 20px;
|
||||
}
|
||||
|
||||
&__os-logo {
|
||||
|
|
|
|||
Loading…
Reference in New Issue