BUG 29058
This commit is contained in:
@@ -288,7 +288,7 @@ export default {
|
|||||||
float: left;
|
float: left;
|
||||||
margin: 0 20px 20px 0;
|
margin: 0 20px 20px 0;
|
||||||
background: #FFF;
|
background: #FFF;
|
||||||
box-shadow: 0px 4px 6px -2px rgba(15, 15, 21, 0.15);
|
box-shadow: 0 4px 6px -2px rgba(15, 15, 21, 0.15);
|
||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
|
|
||||||
@@ -345,9 +345,12 @@ export default {
|
|||||||
left: 50%;
|
left: 50%;
|
||||||
transform: translate(-50%, -50%);
|
transform: translate(-50%, -50%);
|
||||||
width: 100px;
|
width: 100px;
|
||||||
|
|
||||||
|
& > p {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
.cir-text {
|
.cir-text {
|
||||||
width: 150px;
|
width: 150px;
|
||||||
|
|||||||
Reference in New Issue
Block a user