forked from M3-Academy/challenge-vtex-io
Merge pull request 'refactor/ajusta-padding-bottom-breadcrumb' (#50) from refactor/ajusta-padding-bottom-breadcrumb into development
Reviewed-on: #50
This commit is contained in:
commit
f00a588f94
@ -11,6 +11,7 @@
|
||||
/* Grid breakpoints */
|
||||
.container {
|
||||
width: 94.445%;
|
||||
padding-bottom: 16px;
|
||||
}
|
||||
|
||||
.termArrow,
|
||||
|
@ -203,6 +203,7 @@
|
||||
font-size: 12px;
|
||||
color: #000000;
|
||||
text-decoration-line: underline;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.shippingTable {
|
||||
|
@ -1,5 +1,6 @@
|
||||
.container {
|
||||
width: 94.445%;
|
||||
padding-bottom: 16px;
|
||||
}
|
||||
|
||||
.termArrow,
|
||||
|
@ -202,6 +202,7 @@
|
||||
font-size: 12px;
|
||||
color: $color-black;
|
||||
text-decoration-line: underline;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.shippingTable {
|
||||
|
Loading…
Reference in New Issue
Block a user