fix the spastic buttons (#8949)
This commit is contained in:
committed by
k8s-ci-robot
parent
59366b2672
commit
c49b3f4d74
@@ -343,7 +343,7 @@ color:#ffffff;
|
|||||||
}
|
}
|
||||||
|
|
||||||
.cards {
|
.cards {
|
||||||
padding:0% 3% 3%;
|
padding:3%;
|
||||||
width:80%;
|
width:80%;
|
||||||
margin-left:10%;
|
margin-left:10%;
|
||||||
background-color:#ffffff;
|
background-color:#ffffff;
|
||||||
@@ -437,7 +437,7 @@ button {
|
|||||||
border-radius: 5px; /* future proofing */
|
border-radius: 5px; /* future proofing */
|
||||||
-khtml-border-radius: 5px; /* for old Konqueror browsers */
|
-khtml-border-radius: 5px; /* for old Konqueror browsers */
|
||||||
border: 2px solid #ffffff;
|
border: 2px solid #ffffff;
|
||||||
padding:2%;
|
padding: 2%;
|
||||||
margin:1%;
|
margin:1%;
|
||||||
color:#ffffff;
|
color:#ffffff;
|
||||||
font-family: 'roboto';
|
font-family: 'roboto';
|
||||||
@@ -445,7 +445,6 @@ button {
|
|||||||
text-align:center;
|
text-align:center;
|
||||||
letter-spacing:0.1em;
|
letter-spacing:0.1em;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
width:250px;
|
|
||||||
vertical-align:middle;
|
vertical-align:middle;
|
||||||
line-height:1.3em;
|
line-height:1.3em;
|
||||||
|
|
||||||
@@ -762,22 +761,14 @@ font-size:24px;
|
|||||||
.docsection1 {
|
.docsection1 {
|
||||||
background-color:white;
|
background-color:white;
|
||||||
font-family: 'roboto';
|
font-family: 'roboto';
|
||||||
padding-top:3%;
|
|
||||||
padding-left:3%;
|
|
||||||
padding-right:3%;
|
|
||||||
font-weight:300 !important;
|
font-weight:300 !important;
|
||||||
font-size:14px;
|
font-size:14px;
|
||||||
letter-spacing:0.05em;
|
letter-spacing:0.05em;
|
||||||
line-height:22px;
|
line-height:22px;
|
||||||
width:65%;
|
width:65%;
|
||||||
margin-left:17%;
|
margin-left:17%;
|
||||||
|
margin-top : 10%;
|
||||||
}
|
padding:4%;
|
||||||
|
|
||||||
.cards .docsection1 {
|
|
||||||
display: block !important;
|
|
||||||
padding: 3% 3% 1%;
|
|
||||||
text-transform: none;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#persona-definition {
|
#persona-definition {
|
||||||
|
|||||||
Reference in New Issue
Block a user