| 123456789101112131415161718192021 |
- @import "bootstrap/scss/functions";
- @import "bootstrap/scss/variables";
- @import "bootstrap/scss/mixins";
- @import "bootstrap/scss/forms";
- .center-block {
- text-align: center;
- margin-bottom: 1em;
- }
- .cursor-pointer {
- cursor: pointer;
- }
- .non-underlined-link {
- text-decoration: none;
- }
- .non-underlined-link:hover {
- text-decoration: underline;
- }
|