2018-11-26 01:51:26 -05:00
|
|
|
@import "~bootstrap/scss/functions";
|
|
|
|
@import "~bootstrap/scss/variables";
|
|
|
|
@import "~bootstrap/scss/mixins";
|
|
|
|
|
|
|
|
@import "~bootstrap/scss/reboot";
|
|
|
|
@import "~bootstrap/scss/type";
|
|
|
|
@import "~bootstrap/scss/grid";
|
|
|
|
@import "~bootstrap/scss/images";
|
2018-11-26 22:31:48 -05:00
|
|
|
@import "~bootstrap/scss/alert";
|
2018-11-26 01:51:26 -05:00
|
|
|
@import "~bootstrap/scss/buttons";
|
|
|
|
@import "~bootstrap/scss/forms";
|
|
|
|
@import "~bootstrap/scss/custom-forms";
|
|
|
|
@import "~bootstrap/scss/input-group";
|
|
|
|
@import "~bootstrap/scss/jumbotron";
|
|
|
|
@import "~bootstrap/scss/nav";
|
|
|
|
@import "~bootstrap/scss/navbar";
|
|
|
|
@import "~bootstrap/scss/progress";
|
|
|
|
@import "~bootstrap/scss/tooltip";
|
2018-11-27 00:35:33 -05:00
|
|
|
@import "~bootstrap/scss/transitions";
|
2018-11-26 01:51:26 -05:00
|
|
|
@import "~bootstrap/scss/utilities/background";
|
|
|
|
@import "~bootstrap/scss/utilities/borders";
|
|
|
|
@import "~bootstrap/scss/utilities/display";
|
|
|
|
@import "~bootstrap/scss/utilities/position";
|
|
|
|
@import "~bootstrap/scss/utilities/spacing";
|
|
|
|
@import "~bootstrap/scss/utilities/text";
|
|
|
|
|
|
|
|
@import "~octicons/index";
|
|
|
|
|
|
|
|
body {
|
|
|
|
padding-top: 4.5rem;
|
|
|
|
position: relative;
|
|
|
|
}
|
|
|
|
|
2018-11-29 01:36:07 -05:00
|
|
|
#generated-password {
|
|
|
|
background: $input-bg;
|
|
|
|
}
|
|
|
|
|
2018-11-26 01:51:26 -05:00
|
|
|
#password-bits {
|
|
|
|
height: 1.5rem;
|
2018-11-26 22:24:31 -05:00
|
|
|
|
|
|
|
.bg-warning {
|
|
|
|
color: $body-color;
|
|
|
|
}
|
|
|
|
}
|
2018-11-27 00:40:43 -05:00
|
|
|
|
|
|
|
@media (max-width: 360px) {
|
|
|
|
.staple {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
}
|