123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824 |
- /*form-element*/
- .form-element{
- .input-group{
- .input-group-addon{
- border:none;
- -webkit-background-clip: padding-box;
- background-color: transparent;
- background-position: center bottom, center calc(100% - 1px);
- background-repeat: no-repeat;
- background-size: 0 2px, 100% 1px;
- }
- }
- .form-control{
- color: lighten($black, 45%);
- min-height: 42px;
- display: initial;
- -webkit-background-clip: padding-box;
- background-color: transparent;
- background-position: center bottom, center calc(100% - 1px);
- background-repeat: no-repeat;
- background-size: 0 2px, 100% 1px;
- padding: 0;
- -webkit-transition: background 0s ease-out 0s;
- -o-transition: background 0s ease-out 0s;
- transition: background 0s ease-out 0s;
- border: 0;
- border-radius: 0;
- -webkit-box-shadow: none;
- box-shadow: none;
- float: none;
- :focus{
- border: 0;
- border-radius: 0;
- -webkit-box-shadow: none;
- box-shadow: none;
- float: none;
- background-size: 100% 2px, 100% 1px;
- outline: 0;
- -webkit-transition-duration: .3s;
- -o-transition-duration: .3s;
- transition-duration: .3s;
- }
- .focus{
- background-size: 100% 2px, 100% 1px;
- outline: 0;
- -webkit-transition-duration: .3s;
- -o-transition-duration: .3s;
- transition-duration: .3s;
- }
- }
- }
- .form-group {
- margin-bottom: 1rem;
- }
- @-webkit-keyframes ripple {
- 0% {
- -webkit-box-shadow: 0 0 0 1px transparent;
- box-shadow: 0 0 0 1px transparent;
- }
- 50% {
- -webkit-box-shadow: 0 0 0 15px rgba(0, 0, 0, .1);
- box-shadow: 0 0 0 15px rgba(0, 0, 0, .1);
- }
- 100% {
- -webkit-box-shadow: 0 0 0 15px transparent;
- box-shadow: 0 0 0 15px transparent;
- }
- }
- @keyframes ripple {
- 0% {
- -webkit-box-shadow: 0 0 0 1px transparent;
- box-shadow: 0 0 0 1px transparent;
- }
- 50% {
- -webkit-box-shadow: 0 0 0 15px rgba(0, 0, 0, .1);
- box-shadow: 0 0 0 15px rgba(0, 0, 0, .1);
- }
- 100% {
- -webkit-box-shadow: 0 0 0 15px transparent;
- box-shadow: 0 0 0 15px transparent;
- }
- }
- .demo-checkbox {
- label{
- min-width: 200px;
- margin-bottom: 20px;
- }
- }
- .demo-radio-button{
- label{
- min-width: 200px;
- margin-bottom: 20px;
- }
- }
- .demo-swtich{
- .demo-switch-title{
- width: 150px;
- margin-bottom: 10px;
- display: inline-block;
- }
- .switch{
- width: 150px;
- margin-bottom: 10px;
- display: inline-block;
- }
- }
- .cours-search {
- padding: 10px;
- background-color: rgba(255,255,255,0.3);
- border-radius: 4px;
- max-width: 700px;
- margin: auto;
- margin-bottom: 50px;
- width: 100%;
- .form-control {
- border: 0;
- height: 50px;
- border-radius: $fct-border-radius !important;
- padding: 10px 20px;
- font-size: $fs-16;
- }
- .input-group-append {
- margin-left: 10px;
- .btn{
- border-radius: $fct-border-radius;
- }
- }
- .select2-container--default .select2-selection--single{
- height: 50px;
- }
- .select2-container--default .select2-selection--single .select2-selection__rendered{
- line-height: 44px;
- }
- .select2-container--default .select2-selection--single .select2-selection__arrow{
- height: 44px;
- }
- .btn {
- height: 50px;
- line-height: 30px;
- }
- }
- /* Radio Buttons
- ========================================================================== */
- [type="radio"]:not(:checked),
- [type="radio"]:checked {
- position: absolute;
- left: -9999px;
- opacity: 0;
- }
- [type="radio"]:not(:checked) + label,
- [type="radio"]:checked + label {
- position: relative;
- padding-left: 35px;
- cursor: pointer;
- display: inline-block;
- height: 25px;
- line-height: 25px;
- font-size: 1rem;
- transition: .28s ease;
- /* webkit (konqueror) browsers */
- -webkit-user-select: none;
- -moz-user-select: none;
- -ms-user-select: none;
- user-select: none;
- }
- [type="radio"] + label:before,
- [type="radio"] + label:after {
- content: '';
- position: absolute;
- left: 0;
- top: 0;
- margin: 4px;
- width: 16px;
- height: 16px;
- z-index: 0;
- transition: .28s ease;
- }
- /* Unchecked styles */
- [type="radio"]:not(:checked) + label:before,
- [type="radio"]:not(:checked) + label:after,
- [type="radio"]:checked + label:before,
- [type="radio"]:checked + label:after,
- [type="radio"].with-gap:checked + label:before,
- [type="radio"].with-gap:checked + label:after {
- border-radius: 50%;
- }
- [type="radio"]:not(:checked) + label:before,
- [type="radio"]:not(:checked) + label:after {
- border: 2px solid #5a5a5a;
- }
- [type="radio"]:not(:checked) + label:after {
- z-index: -1;
- -webkit-transform: scale(0);
- transform: scale(0);
- }
- /* Checked styles */
- [type="radio"]:checked + label:before {
- border: 2px solid transparent;
- animation: ripple 0.2s linear forwards;
- }
- [type="radio"]:checked + label:after,
- [type="radio"].with-gap:checked + label:before,
- [type="radio"].with-gap:checked + label:after {
- border: 2px solid #26a69a;
- }
- [type="radio"]:checked + label:after,
- [type="radio"].with-gap:checked + label:after {
- background-color: #26a69a;
- z-index: 0;
- }
- [type="radio"]:checked + label:after {
- -webkit-transform: scale(1.02);
- transform: scale(1.02);
- }
- /* Radio With gap */
- [type="radio"].with-gap:checked + label:after {
- -webkit-transform: scale(0.5);
- transform: scale(0.5);
- }
- /* Focused styles */
- [type="radio"].tabbed:focus + label:before {
- box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.1);
- animation: ripple 0.2s linear forwards;
- }
- /* Disabled Radio With gap */
- [type="radio"].with-gap:disabled:checked + label:before {
- border: 2px solid rgba(0, 0, 0, 0.26);
- animation: ripple 0.2s linear forwards;
- }
- [type="radio"].with-gap:disabled:checked + label:after {
- border: none;
- background-color: rgba(0, 0, 0, 0.26);
- }
- /* Disabled style */
- [type="radio"]:disabled:not(:checked) + label:before,
- [type="radio"]:disabled:checked + label:before {
- background-color: transparent;
- border-color: rgba(0, 0, 0, 0.26);
- animation: ripple 0.2s linear forwards;
- }
- [type="radio"]:disabled + label {
- color: rgba(0, 0, 0, 0.26);
- }
- [type="radio"]:disabled:not(:checked) + label:before {
- border-color: rgba(0, 0, 0, 0.26);
- }
- [type="radio"]:disabled:checked + label:after {
- background-color: rgba(0, 0, 0, 0.26);
- border-color: #BDBDBD;
- }
- /* Checkboxes
- ========================================================================== */
- /* CUSTOM CSS CHECKBOXES */
- form p {
- margin-bottom: 10px;
- text-align: left;
- }
- form p:last-child {
- margin-bottom: 0;
- }
- /* Remove default checkbox */
- [type="checkbox"]:not(:checked),
- [type="checkbox"]:checked {
- position: absolute;
- left: -9999px;
- opacity: 0;
- }
- [type="checkbox"] {
- /* checkbox aspect */
- }
- [type="checkbox"] + label {
- position: relative;
- padding-left: 35px;
- cursor: pointer;
- display: inline-block;
- height: 25px;
- line-height: 25px;
- font-size: 1rem;
- -webkit-user-select: none;
- /* webkit (safari, chrome) browsers */
- -moz-user-select: none;
- /* mozilla browsers */
- -khtml-user-select: none;
- /* webkit (konqueror) browsers */
- -ms-user-select: none;
- /* IE10+ */
- }
- [type="checkbox"] + label:before,
- [type="checkbox"]:not(.filled-in) + label:after {
- content: '';
- position: absolute;
- top: 0;
- left: 0;
- width: 18px;
- height: 18px;
- z-index: 0;
- border: 2px solid #5a5a5a;
- border-radius: 1px;
- margin-top: 2px;
- transition: .2s;
- }
- [type="checkbox"]:not(.filled-in) + label:after {
- border: 0;
- -webkit-transform: scale(0);
- transform: scale(0);
- }
- [type="checkbox"]:not(:checked):disabled + label:before {
- border: none;
- background-color: rgba(0, 0, 0, 0.26);
- }
- [type="checkbox"].tabbed:focus + label:after {
- -webkit-transform: scale(1);
- transform: scale(1);
- border: 0;
- border-radius: 50%;
- box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.1);
- background-color: rgba(0, 0, 0, 0.1);
- }
- [type="checkbox"]:checked + label:before {
- top: -4px;
- left: -5px;
- width: 12px;
- height: 22px;
- border-top: 2px solid transparent;
- border-left: 2px solid transparent;
- border-right: 2px solid #26a69a;
- border-bottom: 2px solid #26a69a;
- -webkit-transform: rotate(40deg);
- transform: rotate(40deg);
- -webkit-backface-visibility: hidden;
- backface-visibility: hidden;
- -webkit-transform-origin: 100% 100%;
- transform-origin: 100% 100%;
- }
- [type="checkbox"]:checked:disabled + label:before {
- border-right: 2px solid rgba(0, 0, 0, 0.26);
- border-bottom: 2px solid rgba(0, 0, 0, 0.26);
- }
- /* Indeterminate checkbox */
- [type="checkbox"]:indeterminate + label:before {
- top: -11px;
- left: -12px;
- width: 10px;
- height: 22px;
- border-top: none;
- border-left: none;
- border-right: 2px solid #26a69a;
- border-bottom: none;
- -webkit-transform: rotate(90deg);
- transform: rotate(90deg);
- -webkit-backface-visibility: hidden;
- backface-visibility: hidden;
- -webkit-transform-origin: 100% 100%;
- transform-origin: 100% 100%;
- }
- [type="checkbox"]:indeterminate:disabled + label:before {
- border-right: 2px solid rgba(0, 0, 0, 0.26);
- background-color: transparent;
- }
- [type="checkbox"].filled-in + label:after {
- border-radius: 2px;
- }
- [type="checkbox"].filled-in + label:before,
- [type="checkbox"].filled-in + label:after {
- content: '';
- left: 0;
- position: absolute;
- /* .1s delay is for check animation */
- transition: border .25s, background-color .25s, width .20s .1s, height .20s .1s, top .20s .1s, left .20s .1s;
- z-index: 1;
- }
- [type="checkbox"].filled-in:not(:checked) + label:before {
- width: 0;
- height: 0;
- border: 3px solid transparent;
- left: 6px;
- top: 10px;
- -webkit-transform: rotateZ(37deg);
- transform: rotateZ(37deg);
- -webkit-transform-origin: 20% 40%;
- transform-origin: 100% 100%;
- }
- [type="checkbox"].filled-in:not(:checked) + label:after {
- height: 20px;
- width: 20px;
- background-color: transparent;
- border: 2px solid #5a5a5a;
- top: 0px;
- z-index: 0;
- }
- [type="checkbox"].filled-in:checked + label:before {
- top: 0;
- left: 1px;
- width: 8px;
- height: 13px;
- border-top: 2px solid transparent;
- border-left: 2px solid transparent;
- border-right: 2px solid $white !important;
- border-bottom: 2px solid $white !important;
- -webkit-transform: rotateZ(37deg);
- transform: rotateZ(37deg);
- -webkit-transform-origin: 100% 100%;
- transform-origin: 100% 100%;
- }
- [type="checkbox"].filled-in:checked + label:after {
- top: 0;
- width: 20px;
- height: 20px;
- border: 2px solid #26a69a;
- background-color: #26a69a;
- z-index: 0;
- }
- [type="checkbox"].filled-in.tabbed:focus + label:after {
- border-radius: 2px;
- border-color: #5a5a5a;
- background-color: rgba(0, 0, 0, 0.1);
- }
- [type="checkbox"].filled-in.tabbed:checked:focus + label:after {
- border-radius: 2px;
- background-color: #26a69a;
- border-color: #26a69a;
- }
- [type="checkbox"].filled-in:disabled:not(:checked) + label:before {
- background-color: transparent;
- border: 2px solid transparent;
- }
- [type="checkbox"].filled-in:disabled:not(:checked) + label:after {
- border-color: transparent;
- background-color: #BDBDBD;
- }
- [type="checkbox"].filled-in:disabled:checked + label:before {
- background-color: transparent;
- }
- [type="checkbox"].filled-in:disabled:checked + label:after {
- background-color: #BDBDBD;
- border-color: #BDBDBD;
- }
- input[type="color"]{
- height: 42px;
- }
- .custom-file-label{
- border-radius: $fct-border-radius;
- &::after {
- border-radius: 0 $fct-border-radius $fct-border-radius 0;
- }
- }
- .form-type-roundinput{
- &.form-control{
- border-radius: 10rem;
- padding-left: 20px;
- padding-right: 20px;
- }
- }
- .form-type-round{
- input{
- &.form-control{
- border-radius: 10rem;
- padding-left: 20px;
- padding-right: 20px;
- }
- }
- }
- .form-type-roundselect:not([multiple]){
- &.form-control{
- border-radius: 10rem;
- padding-left: 20px;
- padding-right: 20px;
- }
- }
- .form-type-round select:not([multiple]){
- &.form-control{
- border-radius: 10rem;
- padding-left: 20px;
- padding-right: 20px;
- }
- }
- .form-group{
- label{
- font-weight: 500;
- }
- &.has-success {
- .help-block{
- color: $success;
- }
- label{
- color: $success;
- }
- .form-control{
- border-color: $success;
- box-shadow: none;
- }
- .input-group-addon{
- border-color: $success;
- box-shadow: none;
- }
- }
- &.has-warning {
- .help-block{
- color: $warning;
- }
- label{
- color: $warning;
- }
- .form-control{
- border-color: $warning;
- box-shadow: none;
- }
- .input-group-addon{
- border-color: $warning;
- box-shadow: none;
- }
- }
- &.has-error {
- .help-block{
- color: $danger;
- }
- label{
- color: $danger;
- }
- .form-control{
- border-color: $danger;
- box-shadow: none;
- }
- .input-group-addon{
- border-color: $danger;
- box-shadow: none;
- }
- }
- }
- .form-control, .form-select{
- border-radius: $fct-border-radius;
- box-shadow: none;
- border-color: darken($light, 32%);
- height: auto;
- &:focus{
- box-shadow: none;
- }
- @include placeholder{
- color: lighten($black, 40%);
- opacity: 1;
- }
- &:not(select){
- -webkit-appearance: none;
- -moz-appearance: none;
- appearance: none;
- }
- &+.input-group-addon:not(:first-child){
- border-radius: 0px $fct-border-radius $fct-border-radius 0px;
- border-left: 0;
- }
- }
- .input-group-addon, .input-group-btn {
- white-space: nowrap;
- vertical-align: middle;
- }
- textarea{
- &.form-control {
- border-radius: $fct-border-radius;
- }
- }
- .iCheck-helper{
- border-radius: 0;
- }
- .icheckbox_flat-blue{
- border-radius: 0;
- input {
- border-radius: 0;
- }
- }
- .icheck{
- >label{
- padding-left: 0;
- }
- }
- .input-group{
- .input-group-addon {
- border-radius: $fct-border-radius 0px 0px $fct-border-radius;
- border-color: darken($light, 32%);
- background-color: $white;
- }
- .input-group-text {
- border-color: darken($light, 32%);
- border-radius: $fct-border-radius;
- }
- }
- .input-group-addon {
- font-weight: 300;
- padding: .425rem .75rem;
- border: 1px solid darken($light, 32%);
- line-height: 1.25;
- color: $dark;
- text-align: center;
- margin-bottom: 0;
- font-size: 1.15rem;
- }
- .form-control-feedback{
- &.fa{
- line-height: 34px;
- }
- }
- .form-group-lg{
- .form-control{
- &+.form-control-feedback{
- &.fa{
- line-height: 46px;
- }
- }
- }
- }
- .form-group-sm{
- .form-control+.form-control-feedback.fa{
- line-height: 30px;
- }
- }
- .input-group-sm+.form-control-feedback.fa{
- line-height: 30px;
- }
- .input-sm+.form-control-feedback.fa{
- line-height: 30px;
- }
- .form-group-feedback{
- position: relative;
- &.form-group-feedback-right{
- .form-control-feedback{
- position: absolute;
- top: 0;
- color: lighten($black, 20%);
- padding-left: .875rem;
- padding-right: .875rem;
- line-height: 2.25003rem;
- min-width: 1rem;
- }
- }
- }
- .form-group-feedback-right{
- .form-control-feedback {
- right: 0;
- }
- }
- .input-group-lg{
- &+.form-control-feedback{
- &.fa{
- line-height: 46px;
- }
- }
- }
- .input-lg{
- &+.form-control-feedback{
- &.fa{
- line-height: 46px;
- }
- }
- }
- /*Bootstrap select*/
- .bootstrap-select{
- .btn-group{
- .dropdown-menu{
- -webkit-box-shadow: 0 1px 4px 0 rgba($black, .1);
- box-shadow: 0 1px 4px 0 rgba($black, .1);
- }
- }
- &:not([class*=col-]):not([class*=form-control]):not(.input-group-btn){
- width: 100%;
- }
- .dropdown-menu{
- li{
- a{
- display: block;
- padding: 7px 20px;
- clear: both;
- font-weight: 400;
- line-height: 1.42857143;
- color: $dark;
- white-space: nowrap;
- @include hover-focus-state{
- color: $primary;
- background: $light;
- }
- }
- }
- }
- .show{
- >.dropdown-menu{
- display: block;
- }
- }
- &.btn-group{
- .dropdown-menu {
- -webkit-box-shadow: 0 1px 4px 0 rgba($black, .1);
- box-shadow: 0 1px 4px 0 rgba($black, .1);
- li{
- &.divider{
- margin: 0.2rem auto;
- }
- a{
- span{
- &.text{
- letter-spacing: inherit;
- }
- }
- }
- }
- }
- }
- }
- .bootstrap-touchspin{
- .input-group-btn-vertical{
- >.btn{
- padding: 9px 10px;
- }
- }
- }
- .btn{
- &.bootstrap-touchspin-up{
- border-radius: $fct-border-radius;
- }
- }
- .btn.bootstrap-touchspin-down{
- border-radius: $fct-border-radius;
- }
- /*---form-group---*/
- .input-group-append .btn, .input-group-prepend .btn {
- border-radius: $fct-border-radius;
- }
- .file-group input[type="file"] {
- position: absolute;
- opacity: 0;
- z-index: -1;
- width: 20px;
- }
- .form-groups-attached{
- margin-bottom: 1rem;
- .form-group {
- margin-bottom: 0;
- border-radius: 0;
- }
- > div:not(:last-child), > div:not(:last-child) .form-group{
- border-bottom-color: transparent;
- }
- .row {
- margin-left: 0;
- margin-right: 0;
- > .form-group:not(:last-child) {
- border-right-color: transparent;
- }
- }
- }
- .file-group {
- position: relative;
- overflow: hidden;
- display: inline-grid;
- input[type="file"] {
- position: absolute;
- opacity: 0;
- z-index: 2;
- width: 100%;
- display: block;
- top: 0;
- cursor: pointer;
- }
- }
- .file-group-inline {
- display: inline-block;
- }
- @include screen-sm {
- .form-inline .form-control , .form-inline .form-select {
- display: inline-block;
- width: auto;
- vertical-align: middle;
- }
- }
|