diff --git a/src/definitions/modules/progress.less b/src/definitions/modules/progress.less index a5c46edca..e65daa8ac 100755 --- a/src/definitions/modules/progress.less +++ b/src/definitions/modules/progress.less @@ -58,7 +58,7 @@ background-color: @indicatingFifthColor; } .ui.indicating.progress .bar[style^="width: 9"], -.ui.indicating.progress .bar[style^="width: 100"] { +.ui.indicating.progress .bar[style^="width: 100"]:not(.success) { background-color: @indicatingSixthColor; } .ui.indicating.progress .bar[style^="width: 1%"], diff --git a/src/themes/material/modules/modal.overrides b/src/themes/material/modules/modal.overrides new file mode 100644 index 000000000..8eea17f98 --- /dev/null +++ b/src/themes/material/modules/modal.overrides @@ -0,0 +1 @@ +@import url(http://fonts.googleapis.com/css?family=Roboto); diff --git a/src/themes/material/modules/modal.variables b/src/themes/material/modules/modal.variables new file mode 100644 index 000000000..8bff5a865 --- /dev/null +++ b/src/themes/material/modules/modal.variables @@ -0,0 +1,15 @@ +@boxShadow: 0px 10px 18px rgba(0, 0, 0, 0.22); +@borderRadius: 0em; + + +@headerBackground: @white; +@headerVerticalPadding: 1.7142rem; +@headerHorizontalPadding: 1.7142rem; +@headerFontWeight: 400; +@headerFontFamily: 'Roboto', "Helvetica Neue", Arial, sans-serif; +@headerBorder: none; + +@contentPadding: 2rem 0em; + +@actionBorder: none; +@actionBackground: @white; \ No newline at end of file