mirror of
https://github.com/status-im/consul.git
synced 2025-01-09 05:23:04 +00:00
17 lines
276 B
SCSS
17 lines
276 B
SCSS
%radio-card {
|
|
float: none !important;
|
|
margin-right: 0 !important;
|
|
}
|
|
%radio-card {
|
|
display: flex !important;
|
|
}
|
|
%radio-card > :first-child {
|
|
padding: 10px;
|
|
display: grid;
|
|
align-items: center;
|
|
justify-items: center;
|
|
}
|
|
%radio-card > :last-child {
|
|
padding: 18px;
|
|
}
|