forked from M3-Academy/m3-academy-template-checkout
refactor:melhorando o codigo css nas paginas
This commit is contained in:
parent
c091b273cc
commit
6bb781044b
@ -170,7 +170,7 @@
|
||||
color: #303030;
|
||||
margin-bottom: 8px;
|
||||
padding: 0;
|
||||
display: none;
|
||||
|
||||
|
||||
i::before {
|
||||
fill: #303030;
|
||||
|
@ -236,7 +236,7 @@
|
||||
box-sizing: border-box;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
margin: 6px auto 0;
|
||||
margin: 23px auto 0;
|
||||
max-height: 38px;
|
||||
max-width: 118px;
|
||||
padding: 0;
|
||||
|
@ -102,6 +102,8 @@
|
||||
}
|
||||
|
||||
&__safeBuy {
|
||||
|
||||
display: flex;
|
||||
span {
|
||||
align-items: center;
|
||||
display: flex;
|
||||
@ -111,7 +113,7 @@
|
||||
font-weight: normal;
|
||||
font-size: 12px;
|
||||
line-height: 14px;
|
||||
color: $color-gray;
|
||||
color: $color-black;
|
||||
}
|
||||
|
||||
i {
|
||||
|
@ -94,7 +94,11 @@
|
||||
}
|
||||
|
||||
img {
|
||||
height: 0;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
margin-top: 17px;
|
||||
margin-right: 8px;
|
||||
height: 15px;
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user