/* -------------------------------------------------------- Inputs :: Begin -------------------------------------------------------- */ /* -------------------------------------------------------- Buttons :: Begin -------------------------------------------------------- */ .WM-Btn { outline: none !important; border: none; background: transparent; display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; justify-content: center; align-items: center; padding: 0 20px; min-width: 160px; height: 50px; border-radius: 25px; font-size: 16px; color: #fff; line-height: 1.2; -webkit-transition: all 0.4s; -o-transition: all 0.4s; -moz-transition: all 0.4s; transition: all 0.4s; } button, html [type="button"], [type="reset"], [type="submit"] { -webkit-appearance: none; } /* -------------------------------------------------------- Links :: Begin -------------------------------------------------------- */ .WM-Link { display: inline-block; color: #000; direction: rtl; text-decoration: none; transition: width .3s cubic-bezier(1, 0, 0, 1); } .WM-Link::after { content: ''; display: block; width: 0; height: 2px; background: #000; transition: width .3s cubic-bezier(1, 0, 0, 1); // transition: width .3s; margin-top: 2px; } .WM-Link:hover::after, .WM-Link.WM-Selected::after, .WM-Link.WM-Active::after { width: 100%; } // -----------------------Modify-------------------------- .v-btn--floating { height: 50px; width: 50px; } .v-btn--floating .v-icon { font-size: 18px; } .v-btn.WithText { width: auto; padding: 10px 30px; } .v-btn.Square { border-radius: 10px; } .v-btn.WithText .v-btn__content { font-size: 18px; } .v-btn.WithText .v-icon { margin-left: 5px; } //------------------------------Tree Select------------------------------ .vue-treeselect__control { background-color: transparent; } //------------------------------Fix V-Select Icon------------------------------ .v-list-item .v-simple-checkbox .v-icon:before { font-family: "fontello"; content: '\F096'; font-style: normal; font-weight: normal; display: inline-block; text-decoration: inherit; width: 1em; margin-right: .2em; text-align: center; font-variant: normal; text-transform: none; line-height: 1em; margin-left: .2em; -webkit-font-smoothing: antialiased; } .v-list-item.v-list-item--active .v-simple-checkbox .v-icon:before { content: '\F14A'; }