Commit Graph

418 Commits

Author SHA1 Message Date
Jeremy Thomas
d4b86bb4d5 Fix rounded buttons 2019-09-19 21:27:14 +01:00
Jeremy Thomas
502a86d12b Change green, increase control size 2019-09-19 20:59:21 +01:00
Jeremy Thomas
43b4b0bdc3 Update shadows 2019-09-19 18:08:42 +01:00
Jeremy Thomas
62118ccf01 Fix #1552 2019-09-19 15:18:04 +01:00
Kat Iwanska
617cef1939 Fixes #1552 > .container.is-fluid margins (#1608)
Changing the default behaviour of `.is-fluid` container: removing media breakpoint from the rule, so the behaviour is consistent with described in docs:
```
This container is fluid: it will have a 32px gap on either side, on any viewport size.
```
2019-09-19 15:04:09 +01:00
Tümay Çeber
2650860c98 Image .is-fullwidth
Ability to image width 100%
2019-07-25 11:55:17 +02:00
Jeremy Thomas
412bef468f Fix #2060 2019-05-20 22:10:34 +01:00
Jeremy Thomas
a2d9314626 Fix #2031, Fix #2483 2019-05-20 21:58:02 +01:00
Jeremy Thomas
c3f91c335b Fix #1979 2019-05-18 22:06:52 +01:00
coolbezos_420
79fcb0255c Fix issue #2441
Make sure that active pagination text is not drawn in black.
2019-05-18 17:33:49 +01:00
Jeremy Thomas
efa51b1ebe Fix footer.sass indentation 2019-05-18 17:27:23 +01:00
Vishwa Jay
f74b0781c7 Added footer-color option (#2480)
* Added foreground (e.g., text) color to the footer

While setting up my own site, I was surprised to find that this wasn't an option!

* Added @if statement for footer color

* Added the option for footer-color

* Corrected indentation of lines for footer-color
2019-05-18 17:21:28 +01:00
Jeremy Thomas
aabe75cf56 Update changelog 2019-05-18 16:24:42 +01:00
May Kittens Devour Your Soul
facb1439ce proper aligning for tabs (#2175)
* adds baseline to tabs ul

[x] fix for #2172

* Update tabs.sass

* Update content.sass

* Update content.sass

* Update content.sass

* Update content.sass

* Update content.sass
2019-05-18 16:20:42 +01:00
Jeremy Thomas
32da7c1af8 Move form.sass into its own folder 2019-05-18 16:00:19 +01:00
Fernanda Leite
247cb6e662 Fix Indeterminate Progress Bar animation in Firefox. Fixes #2258 2019-05-18 11:54:18 +01:00
Jeremy Thomas
86b7baa2ff Fix #349 2019-05-17 14:02:12 +01:00
Jeremy Thomas
565af6ddd9 Add more variables 2019-05-17 13:50:39 +01:00
Jeremy Thomas
97cb0311f1 Fix #2297 2019-05-17 12:51:52 +01:00
ludovic landier
99aeecce3c Add customizable border radius to progressbar (#2224)
* Add customizable border radius to progressbar

* Update variables
2019-05-17 11:52:34 +01:00
Patrick Abkarian
044d5394a2 has-text-weight-medium should exist 2019-05-17 11:50:11 +01:00
Watt Iamsuri
00e3105d85 change gap variable value 2019-05-17 11:46:59 +01:00
Ottó Radics
99c9815ed4 FEATURE: Reset the offset on columns 2019-05-17 11:30:20 +01:00
Alexander Schwartz
4d3aad5467 make focus behave like hover for the navigation. Using :focus-within for dropdown menu. 2019-05-17 11:20:15 +01:00
lucperkins
ff827999e0 Add is-relative helper plus docs 2019-05-17 11:08:54 +01:00
James Adam Wasson
196338d356 Make centered buttons have equal margin (#2381)
* Make centered buttons have equal margin

* Add fix for .has-addons centered

* Add fix for is-right
2019-05-17 10:56:58 +01:00
Micko Rj
8de5d548d6 Duplicate .has-addons in tag 2019-05-17 10:37:41 +01:00
abc
7eb08242c2 Fix th and td selectors that override the attribute 'align' 2019-05-17 10:30:13 +01:00
coolbezos_420
8ba8b23133 fix border radius on last-child of list
to fix #2435 issue
2019-05-17 10:26:13 +01:00
Luc Perkins
a2a5ff60ea Make site-level overflow properties variables (#2410)
* Make site-level overflow properties variables

* Add new variables to generic.json
2019-03-20 18:02:10 +00:00
Otto Radics
e6ca4af4b9 Fixes #1553
Unused $input-radius is now used as a default border-radius.
2019-02-25 12:55:31 +00:00
Jeremy Thomas
7cf10a786a Build 0.7.4 2019-02-08 11:38:11 +00:00
Jeremy Thomas
7d739cfadb Fix #1875 2018-10-31 19:22:21 +00:00
May Kittens Devour Your Soul
2d2c8f7a30 Fix for #1875 | buttons and tags group sizing (are-small/are-medium/are-large) (#2201)
* Update button.sass

button grouping sizes

* Update tag.sass
2018-10-31 18:57:58 +00:00
Jeremy Thomas
ff8c4c18ac Fix #1681 2018-10-31 18:31:52 +00:00
Sam Featherstone
e8f485e27a fieldset disabled styles (#1682)
* fieldset disabled styles

* Added disabled styles to button elements included inside a disabled fieldset

* Added comma, and fieldset element reset

* fieldset doesn't need display block
2018-10-31 18:29:55 +00:00
Jeremy Thomas
c50cc06e5a Fix #2154 2018-10-31 18:19:43 +00:00
Kevin Barralon
bb3f693a70 Fix dropdown links highlighting in Message component 2018-10-31 18:13:06 +00:00
Roger Vandawalker
54954a2907 Give arbitrary elements access to image/ratio responsive classes (#592) 2018-10-31 13:50:49 +00:00
gvdp
2297c65c60 #2091 remove css rule which causes has-addons to not work correctly (#2188)
* #2091 remove css rule which causes has-addons to not work correctly

* #2091 remove css rule which causes has-addons to not work correctly

* #2091 Don't include compiled css

* #2091 Don't include compiled css
2018-10-31 13:44:26 +00:00
Jonathan Taylor
dfd0b88c2c add variables for setting background-color thead, tbody, tfoot (#2206)
* add variables for setting background-color thead, tbody, tfoot

* update changelog
2018-10-31 13:35:42 +00:00
Les Leslie
50fb74d6c8 Add $family-secondary, $family-tertiary, and 6 font family helpers (#2178)
* Add secondary and tertiary font families to derived-variables.sass

* Add font family helpers to helpers.sass

* Add has-font-* to typography-helpers.html

* Correct number of font family helpers in typography-helpers.html

* Remove $family-tertiary, change has-font to is-family, and update docs.
2018-10-28 22:12:52 +00:00
Jeremy Thomas
3c096d05bd Fix #372 2018-10-28 14:45:28 +00:00
I'm Luis! ^-^
61899e3ede Added indeterminate progress bar 2018-10-28 12:02:19 +00:00
Ariejan de Vroom
cee7e5cd17 Extract input placeholder colors to variables (#2168)
* Extract input placeholder colors to variables

This makes it easier to override the color colour of the placeholder text in an input.

* Remove semicolon, because SASS.

This is SASS, not SCSS.
2018-10-28 09:38:14 +00:00
Trent Peterson
a9b5d284cc Replace hard-coded footer padding with new footer-padding variable 2018-10-28 09:36:05 +00:00
Joe Sweeney
8355aa363c Allow border radius if only one control in field
If there is only one child inside a field with addons, the current first and last child selectors remove any radius. Since a single control would be both a first and last child at the same time, it gets canceled out. This leverages the :only-child property to not apply this rule if there is only one control.
2018-10-28 09:30:52 +00:00
Jeremy Thomas
291c437ab5 Fix #1696 2018-10-28 07:56:15 +00:00
Nick
403b26696d The Details disclosure element fixes (#1978)
* The Details disclosure element fixes

* Update form.sass

``display: flex`` removed
2018-10-28 07:51:39 +00:00
Jeremy Thomas
ee8e0a497e Add content ol types 2018-10-07 19:04:09 +02:00