mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-05 08:59:14 +08:00
Implements dashboard layout
This commit is contained in:
parent
2afc530af5
commit
8b67aa4265
9 changed files with 368 additions and 55 deletions
|
@ -27,6 +27,9 @@
|
|||
padding: 48px;
|
||||
border-radius: 8px;
|
||||
box-shadow: 0 2px 4px 0 #0000001A;
|
||||
@media screen and (max-width: 480px) {
|
||||
padding: 24px;
|
||||
}
|
||||
|
||||
&__header {
|
||||
display: flex;
|
||||
|
@ -40,13 +43,14 @@
|
|||
&__title {
|
||||
@include font(16, 24, 600);
|
||||
color: $color-blueberry;
|
||||
margin:0 0 4px 0;
|
||||
margin: 0 0 4px 0;
|
||||
display: block;
|
||||
}
|
||||
&__description{
|
||||
|
||||
&__description {
|
||||
@include font(14, 20, 400);
|
||||
color:$color-gray-800;
|
||||
margin:0;
|
||||
color: $color-gray-800;
|
||||
margin: 0;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue