Skip to content

Commit 38c5cd5

Browse files
b247
1 parent 903f3e8 commit 38c5cd5

File tree

4 files changed

+9
-4
lines changed

4 files changed

+9
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Punica's API-based structure allows you to create or customize a CSS framework t
2020
### TODO List
2121
- [x] Default Theme
2222
- [ ] Default Dark Theme (95%)
23-
- [ ] Documentation (80%)
23+
- [ ] Documentation (90%)
2424
- [ ] API Documentation (0%)
2525
- [ ] Starter Templates (65%)
2626
- [ ] Themes (0%)

dist/punica.min.css

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

src/Modules/Elements/Form/Form.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@
138138
box-shadow: none;
139139
}
140140
>.#{class('button', 'name')} {
141-
padding : elements('form', 'input', 'padding');
141+
padding : elements('form', 'group', 'button', 'padding');
142142
box-shadow: none;
143143
&:first-child {
144144
border-bottom-right-radius: 0;

src/options.scss

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1107,6 +1107,11 @@ $options: (
11071107
'color': color.$dark-grey
11081108
)
11091109
),
1110+
'group': (
1111+
'button': (
1112+
'padding': .7rem 1.75rem
1113+
)
1114+
),
11101115
'items': (
11111116
'margin': 0
11121117
),
@@ -1189,7 +1194,7 @@ $options: (
11891194
)
11901195
),
11911196
'columns': (
1192-
// maximum number of form items in a single row (default : 6)
1197+
// maximum number of form items in a single row (default : 2 through 6)
11931198
// class name, value
11941199
"two" : 2,
11951200
"three": 3,

0 commit comments

Comments
 (0)