Commit Graph

266 Commits

Author SHA1 Message Date
Tim MacDonald
06cebdf921 Add is-centered|right modifiers to .tags (#1384)
* add classes

* add to changelig

* move to appropriate place

* more specific margins
2017-11-05 14:09:36 +00:00
Donát Nagy
cddf8712b3 Add feature: is-expanded to navbar-item (#1320) 2017-10-26 12:12:25 +01:00
Elio Grieco
8792984f8e Fix indentation bug for .is-one-fifth (#1358) 2017-10-23 15:31:43 +01:00
mdavid88
7e0019ae44 Fix for issue #963. (#1357)
iOS <button> element's minimum width is dependant on its font-size, so the .delete width wasn't able to be as small as it's height, resulting in one arm of the X being longer than the other. font-size: 0 does the trick.
2017-10-22 23:28:41 +01:00
Rafee Memon
19773cdae7 Remove black line from progress bar in IE (#1342) 2017-10-22 16:51:18 +01:00
Rafee Memon
8724ea375d Fix progress bar colors in IE (#1334) 2017-10-19 07:43:57 +01:00
Naskalin
85d1a0c411 Fix #1235 , add one-fifth column (#1247)
* Update columns.sass

add one-fifth column

* add two-fifths three-fifths and four-fifths

* Update columns.html

update doc / columns

* Update CHANGELOG.md

update changes

* Support for five column grid
2017-10-18 11:49:33 +01:00
bstashio
78fc506e51 Replace hard coded value of body-background-color with white variable (#1185) 2017-10-18 11:33:45 +01:00
Jeremy Thomas
ff732c9aad Improve hamburger alignment 2017-10-18 11:27:51 +01:00
Tim MacDonald
81609cd8c6 improve tag icon spacing (#987) 2017-10-18 10:39:34 +01:00
Nathan Gingrich
4eaa4bee50 Stop is-selected row from changing color on hoverable row (#1328)
* Stop is-selected row from changing color on hoverable row

* fix whitespace modification causing full file diff

* remove trailing newline
2017-10-18 10:36:39 +01:00
Jeremy Thomas
7c94b4e439 Add list of buttons 2017-10-17 11:56:44 +01:00
Oleksii Potiekhin
d010b31c3f visibility: hidden !important (#1289)
* visibility: hidden !important

* CHANGELOG.md

* docs

* docs fix
2017-10-11 18:03:05 +01:00
Jeremy Thomas
56a10e8011 Remove deprecated nav 2017-10-10 10:52:47 +01:00
bstashio
1053ccc0b0 Remove deprecated variables.sass file (#1263) 2017-10-10 10:51:19 +01:00
Jeremy Thomas
53b7afbea7 Add link changelog 2017-10-10 10:50:00 +01:00
Jeremy Thomas
b81a267535 Use blue color 2017-10-10 10:50:00 +01:00
Jeremy Thomas
e037deec73 Add link color 2017-10-10 10:50:00 +01:00
Jeremy Thomas
a592741ab6 Use link instead of primary 2017-10-10 10:50:00 +01:00
Jeremy Thomas
720ed45121 Add show code 2017-10-09 12:27:08 +01:00
Kushal
92da150c4e Update level.sass to fix issue with icons (#1193)
* Update level.sass

Removing `margin-right: 0.75rem` from the `level is-mobile` in #1153 changed the spacing of icons used in the `level-items`. This pr restores the margin-right for the icon class only to restore the behavior as before while keeping changes made in #1153.

* Update level.sass

the margin for icons should be only for level is-mobile.

* Update level.sass

* add margin-right to level-item

* add margin to .level.is-mobile .level-item

made suggested changes
2017-10-08 16:02:27 +01:00
David Hargitai
dac2ea9e01 Fix Webpack build by importing variables in mixins file (#1233)
* Fix Webpack build by importing variables in mixins file

* Import initial-variables instead of variables.sass
2017-10-08 16:01:59 +01:00
Jeremy Thomas
f15e1ee844 Add dropdup to changelog 2017-10-07 17:04:38 +01:00
Yan Sern
9e294874a2 Added .is-up modifier for dropdown. (#1254) 2017-10-07 17:02:49 +01:00
Jeremy Thomas
fc5ddd473c Fix #1236 2017-10-07 16:57:19 +01:00
Alexei Mikhailov
cb53fcf842 Include placeholder mixin in input (#1257)
...so that its color is consistent with $input-color
2017-10-04 11:52:45 +01:00
Jeremy Thomas
2315388413 Fix #1101 2017-09-18 23:36:41 +01:00
Jeremy Thomas
63bac2c775 Fix #1189 2017-09-18 23:33:19 +01:00
Jeremy Thomas
f89cca4c50 Fix #1177 2017-09-18 23:02:43 +01:00
Jeremy Thomas
eacb9f115a Fix #1167 2017-09-18 22:54:26 +01:00
Jeremy Thomas
faa7a8a448 Fix breadcrumb padding on first li 2017-09-18 22:37:58 +01:00
Jeremy Thomas
c8703bafb9 Fix #1207 2017-09-18 22:36:53 +01:00
Hana Shiro
0f94e971d8 Add .has-text-justified support (#1180) 2017-09-13 08:00:37 +01:00
Jeremy Thomas
bc1b55ee26 Fix navbar colors 2017-09-11 19:59:51 +01:00
Jeremy Thomas
e49e76ef28 Fix #1168 2017-09-11 19:59:51 +01:00
Jeremy Thomas
83892a21e3 Navbar colors docs 2017-09-11 19:59:51 +01:00
Jeremy Thomas
cec282634e Fix #395, Fix #735, Fix #930 2017-09-11 19:59:51 +01:00
Wikiki
ac533a21c1 Feature/typo weight modifier (#1171)
* Update new steps extension image size

* Add text weight modifiers + update doc
2017-09-10 16:34:08 +01:00
mattrick
1a5dc72c1b Add navbar color modifiers (#849)
* Add navbar color modifiers

* Use border-color instead of +arrow for navbar dropdowns
2017-09-09 12:17:19 +02:00
Jeremy Thomas
8bbf7d2100 Add navbar-tabs component 2017-09-05 18:38:00 +02:00
Colin Frick
43d289d235 Fix #1078 (#1111)
* Rearrange responsive typography definition. Fixes #1078

* Renamed mixin (compliant with the styleguide)
2017-09-05 13:49:18 +02:00
Chris Zamierowski
fd3977a94a remove unwanted margin-right on .level-item at mobile breakpoint (#1153) 2017-09-04 12:55:20 +02:00
Matteo Manfredi
87c2c81f69 Added text-size-adjust: 100% to html [Fix #1147] (#1148)
See issue #1147.
2017-09-03 18:05:25 +02:00
Daniel Bayerlein
5355542bbe chmod 0644 *.sass (#1071) 2017-09-01 14:15:12 +02:00
Jeremy Thomas
695c72c6a9 More snippets 2017-09-01 10:16:16 +02:00
Jeremy Thomas
cda59a3101 Add focus variables 2017-09-01 10:16:16 +02:00
Caíque de Castro Soares da Silva
3b3d5a7b4a Add .is-narrow modifier for .hero layout (#697)
* Add .is-narrow modifier for .hero layout

* Update class name to follow framework naming
2017-08-22 14:36:56 +01:00
Brandon
088443103f Fixes #912 (#1092) 2017-08-21 19:29:03 +01:00
balping
15f8a0afc9 Remove gap between tag and delete button (#1090)
* Remove gap between tag and delete button

* add tag-delete-margin variable

* tab -> spaces

* add tag-delete-margin to docs
2017-08-19 15:39:15 +01:00
Jeremy Thomas
3985fff747 Add klmn 2017-08-15 00:01:34 +01:00