Others

Nova includes bunch of other predefined classes.

Animation Spin

                            
                              <a class="btn-width-sm btn btn-lg btn-primary" href="#">
                                <i class="nova-reload icon-text animation-spin align-middle"></i>
                              </a>
                            
                          

Cursor

                      
                        .cursor-pointer {
                          cursor: pointer;
                        }
                      
                    

Opacity

                      
                        .opacity-md {
                          opacity: .7;
                        }
                      
                    

Overflow

                      
                        .overflow-hidden {
                          overflow: hidden !important;
                        }

                        .overflow-inherit {
                          overflow: inherit !important;
                        }
                      
                    

Font sizes

                      
                        .font-size-base {
                          font-size: $font-size-base !important;
                        }

                        .font-size-inherit {
                          font-size: inherit !important;
                        }
                      
                    

Font weight

                      
                        .font-weight-semi-bold {
                          font-weight: 600;
                        }