##// END OF EJS Templates
ux: change confirm password widget to have spacing between the...
ux: change confirm password widget to have spacing between the fields to match rest of ui, fixes: #4200

File last commit:

r706:3de79f46 default
r713:5a67f5a8 default
Show More
polymer.less
26 lines | 557 B | text/x-less | LessCssLexer
notifications: use rhodecode-toast for notifications instead of toastr jquery plugin
r699 //Primary CSS
//--- IMPORTS ------------------//
@import 'helpers';
@import 'mixins';
@import 'rcicons';
@import 'fonts';
@import 'variables';
@import 'type';
@import 'buttons';
notifications: override material design colors with our colors
r705
:root {
styling: capitalisation and spinner colours
r706 --primary-color: @rcblue;
--light-primary-color: @rclightblue;
--dark-primary-color: @rcdarkblue;
--primary-text-color: @text-color;
--paper-spinner-layer-1-color: @grey6;
--paper-spinner-layer-2-color: @grey5;
--paper-spinner-layer-3-color: @grey4;
--paper-spinner-layer-4-color: @grey3;
notifications: override material design colors with our colors
r705 }
styling: capitalisation and spinner colours
r706
.paper-toggle-button {
display: inline;
}