Skip to content

Commit 863c709

Browse files
committed
Initial commit
0 parents  commit 863c709

File tree

111 files changed

+13869
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

111 files changed

+13869
-0
lines changed

assets/css/main.css

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

assets/css/main.css.map

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

assets/img/unitpay.png

4.15 KB
Loading

assets/scss/_footer.scss

Whitespace-only changes.

assets/scss/_header.scss

Whitespace-only changes.

assets/scss/_layout.scss

Lines changed: 74 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,74 @@
1+
.woocommerce table.form-table
2+
{
3+
background-color: #ffffff;
4+
5+
input.regular-input
6+
{
7+
width: 100%!important;
8+
}
9+
10+
select
11+
{
12+
width: 100%!important;
13+
}
14+
15+
input.disabled, input:disabled
16+
{
17+
color: #000000!important;
18+
background-color: rgb(229, 229, 229)!important;
19+
}
20+
21+
#woocommerce_unitpay_result_url, #woocommerce_unitpay_success_url, #woocommerce_unitpay_fail_url
22+
{
23+
display: none!important;
24+
}
25+
26+
.unitpay_urls
27+
{
28+
color: #000000!important;
29+
background-color: rgb(229, 229, 229)!important;
30+
padding: 10px;
31+
margin-top: -15px;
32+
}
33+
}
34+
35+
.woocommerce table.form-table th
36+
{
37+
padding-left: 10px!important;
38+
padding-right: 10px!important;
39+
}
40+
41+
.form-table td
42+
{
43+
padding: 10px!important;
44+
padding-bottom: 0!important;
45+
}
46+
47+
.col-md-17
48+
{
49+
background-color: #f7f7f7;
50+
padding-bottom: 10px;
51+
52+
p
53+
{
54+
padding: 2px;
55+
}
56+
}
57+
58+
.wc-settings-sub-title
59+
{
60+
margin-top: 0.5rem;
61+
padding: 2px;
62+
font-weight: 400;
63+
font-size: 1.5em!important;
64+
}
65+
66+
.list-group-item
67+
{
68+
padding: 10px;
69+
70+
a
71+
{
72+
font-size: 14px;
73+
}
74+
}

assets/scss/_mixins.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
/**
2+
** area
3+
*/
4+
@import "mixins/area";

assets/scss/_sidebar.scss

Whitespace-only changes.

assets/scss/_variables.scss

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
// Body
2+
$body-bg: #e2e4e7;
3+
$body-color: $gray-900;
4+
5+
// Background elements
6+
$bg-primary: #4782a6;
7+
$bg-secondary: #28678e;
8+
9+
// Buttons
10+
$btn-primary-bg: #4782a6;
11+
12+
// Links
13+
$link-color: $bg-secondary;
14+
$link-decoration: none;
15+
$link-hover-color: darken($link-color, 45%);
16+
$link-hover-decoration: underline;
17+
18+
// Grid columns
19+
$grid-columns: 24;
20+
$grid-gutter-width: 10px;
21+
22+
// Fonts
23+
$font-family-sans-serif: Roboto, -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif;
24+
$font-family-monospace: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
25+
$font-family-base: $font-family-sans-serif;
26+
27+
$font-size-base: 1rem; // Assumes the browser default, typically `16px`
28+
$font-size-lg: 1.25rem;
29+
$font-size-sm: .875rem;
30+
31+
$h1-font-size: $font-size-base * 2.5;
32+
$h2-font-size: 1.3em;
33+
$h3-font-size: $font-size-base * 1.75 !default;
34+
$h4-font-size: $font-size-base * 1.5 !default;
35+
$h5-font-size: $font-size-base * 1.25 !default;
36+
$h6-font-size: $font-size-base !default;
37+

assets/scss/bootstrap/_alert.scss

Lines changed: 51 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,51 @@
1+
//
2+
// Base styles
3+
//
4+
5+
.alert {
6+
position: relative;
7+
padding: $alert-padding-y $alert-padding-x;
8+
margin-bottom: $alert-margin-bottom;
9+
border: $alert-border-width solid transparent;
10+
@include border-radius($alert-border-radius);
11+
}
12+
13+
// Headings for larger alerts
14+
.alert-heading {
15+
// Specified to prevent conflicts of changing $headings-color
16+
color: inherit;
17+
}
18+
19+
// Provide class for links that match alerts
20+
.alert-link {
21+
font-weight: $alert-link-font-weight;
22+
}
23+
24+
25+
// Dismissible alerts
26+
//
27+
// Expand the right padding and account for the close button's positioning.
28+
29+
.alert-dismissible {
30+
padding-right: $close-font-size + $alert-padding-x * 2;
31+
32+
// Adjust close link position
33+
.close {
34+
position: absolute;
35+
top: 0;
36+
right: 0;
37+
padding: $alert-padding-y $alert-padding-x;
38+
color: inherit;
39+
}
40+
}
41+
42+
43+
// Alternate styles
44+
//
45+
// Generate contextual modifier classes for colorizing the alert.
46+
47+
@each $color, $value in $theme-colors {
48+
.alert-#{$color} {
49+
@include alert-variant(theme-color-level($color, $alert-bg-level), theme-color-level($color, $alert-border-level), theme-color-level($color, $alert-color-level));
50+
}
51+
}

0 commit comments

Comments
 (0)