first commit
This commit is contained in:
@@ -0,0 +1,32 @@
|
||||
/* Typeahead Starts */
|
||||
.typeahead .twitter-typeahead {
|
||||
width : 100%;
|
||||
}
|
||||
.typeahead .twitter-typeahead .tt-menu {
|
||||
width : 100%;
|
||||
}
|
||||
.typeahead .twitter-typeahead .empty-message {
|
||||
padding : 5px 10px;
|
||||
text-align : center;
|
||||
}
|
||||
.typeahead .twitter-typeahead .rtl-typeahead .tt-menu {
|
||||
text-align : right;
|
||||
}
|
||||
.typeahead .twitter-typeahead .league-name {
|
||||
margin : 0 10px 5px 10px;
|
||||
padding : 7px 5px 10px;
|
||||
border-bottom : 1px solid #CCCCCC;
|
||||
}
|
||||
|
||||
.typeahead .scrollable-dropdown .twitter-typeahead .tt-menu {
|
||||
max-height : 150px;
|
||||
overflow-y : auto;
|
||||
}
|
||||
|
||||
/* Typeahead Ends */
|
||||
/* MaxLength Starts */
|
||||
.bootstrap-maxlength {
|
||||
margin-top : 0.5rem;
|
||||
}
|
||||
|
||||
/* MaxLength Ends */
|
||||
@@ -0,0 +1 @@
|
||||
.typeahead .twitter-typeahead,.typeahead .twitter-typeahead .tt-menu{width:100%}.typeahead .twitter-typeahead .empty-message{padding:5px 10px;text-align:center}.typeahead .twitter-typeahead .rtl-typeahead .tt-menu{text-align:right}.typeahead .twitter-typeahead .league-name{margin:0 10px 5px;padding:7px 5px 10px;border-bottom:1px solid #CCC}.typeahead .scrollable-dropdown .twitter-typeahead .tt-menu{max-height:150px;overflow-y:auto}.bootstrap-maxlength{margin-top:.5rem}
|
||||
@@ -0,0 +1,28 @@
|
||||
/*========================================================
|
||||
DARK LAYOUT
|
||||
=========================================================*/
|
||||
/* For Input Group TouchPin */
|
||||
#touchspin .input-group.bootstrap-touchspin .input-group-prepend, #touchspin .input-group.bootstrap-touchspin .input-group-append {
|
||||
display : block;
|
||||
}
|
||||
|
||||
/* For Input Group TouchPin */
|
||||
.segmented-buttons-with-dropdown .input-group .form-control, .buttons-with-dropdown .input-group .form-control {
|
||||
height : 3rem;
|
||||
}
|
||||
|
||||
.bootstrap-touchspin.touchspin-with-icon .input-group-append .input-group-text i {
|
||||
font-size : 1.25rem;
|
||||
}
|
||||
|
||||
.bootstrap-touchspin-spinners .touchspin-spinners-wrapper .input-group .touchspin, .bootstrap-touchspin-spinners .touchspin-spinners-wrapper .input-group .touchspin-stop-mousewheel {
|
||||
height : calc(calc(1.25em + 1.4rem)-0.05rem + 2.2px);
|
||||
}
|
||||
|
||||
.bootstrap-touchspin-spinners .touchspin-spinners-wrapper .input-group.touchspin-with-icon .input-group-text.bootstrap-touchspin-postfix {
|
||||
padding : 0.85rem 1rem;
|
||||
}
|
||||
|
||||
.bootstrap-touchspin-spinners .touchspin-spinners-wrapper .default-height .input-group.touchspin-vertical {
|
||||
height : calc(2.9rem + 2px);
|
||||
}
|
||||
@@ -0,0 +1 @@
|
||||
#touchspin .input-group.bootstrap-touchspin .input-group-append,#touchspin .input-group.bootstrap-touchspin .input-group-prepend{display:block}.buttons-with-dropdown .input-group .form-control,.segmented-buttons-with-dropdown .input-group .form-control{height:3rem}.bootstrap-touchspin.touchspin-with-icon .input-group-append .input-group-text i{font-size:1.25rem}.bootstrap-touchspin-spinners .touchspin-spinners-wrapper .input-group .touchspin,.bootstrap-touchspin-spinners .touchspin-spinners-wrapper .input-group .touchspin-stop-mousewheel{height:calc(calc(1.25em + 1.4rem) -.05rem + 2.2px)}.bootstrap-touchspin-spinners .touchspin-spinners-wrapper .input-group.touchspin-with-icon .input-group-text.bootstrap-touchspin-postfix{padding:.85rem 1rem}.bootstrap-touchspin-spinners .touchspin-spinners-wrapper .default-height .input-group.touchspin-vertical{height:calc(2.9rem + 2px)}
|
||||
@@ -0,0 +1,24 @@
|
||||
/*========================================================
|
||||
DARK LAYOUT
|
||||
=========================================================*/
|
||||
.form-group.issue .help-block, .form-group.issue .help-inline, .form-group.error .help-block, .form-group.error .help-inline {
|
||||
color : #EA5455;
|
||||
}
|
||||
|
||||
.form-group.issue input, .form-group.issue select, .form-group.issue textarea, .form-group.error input, .form-group.error select, .form-group.error textarea {
|
||||
border-color : #EA5455;
|
||||
}
|
||||
|
||||
.form-group.issue input:focus, .form-group.issue select:focus, .form-group.issue textarea:focus, .form-group.error input:focus, .form-group.error select:focus, .form-group.error textarea:focus {
|
||||
border-color : #EA5455;
|
||||
box-shadow : 0 3 10px 0 #EA5455;
|
||||
}
|
||||
|
||||
.form-group .help-block ul {
|
||||
padding-left : 0;
|
||||
}
|
||||
.form-group .help-block ul li {
|
||||
list-style-type : none;
|
||||
font-size : 0.875rem;
|
||||
padding-top : 0.2rem;
|
||||
}
|
||||
@@ -0,0 +1 @@
|
||||
.form-group.error .help-block,.form-group.error .help-inline,.form-group.issue .help-block,.form-group.issue .help-inline{color:#EA5455}.form-group.error input,.form-group.error select,.form-group.error textarea,.form-group.issue input,.form-group.issue select,.form-group.issue textarea{border-color:#EA5455}.form-group.error input:focus,.form-group.error select:focus,.form-group.error textarea:focus,.form-group.issue input:focus,.form-group.issue select:focus,.form-group.issue textarea:focus{border-color:#EA5455;box-shadow:0 3 10px 0 #EA5455}.form-group .help-block ul{padding-left:0}.form-group .help-block ul li{list-style-type:none;font-size:.875rem;padding-top:.2rem}
|
||||
@@ -0,0 +1,261 @@
|
||||
/*========================================================
|
||||
DARK LAYOUT
|
||||
=========================================================*/
|
||||
.app-content .wizard {
|
||||
width : 100%;
|
||||
}
|
||||
.app-content .wizard .content {
|
||||
margin-left : 0 !important;
|
||||
}
|
||||
.app-content .wizard > .steps {
|
||||
position : relative;
|
||||
display : block;
|
||||
width : 100%;
|
||||
}
|
||||
.app-content .wizard > .steps .current-info {
|
||||
position : absolute;
|
||||
left : -99999px;
|
||||
}
|
||||
.app-content .wizard > .steps > ul {
|
||||
display : table;
|
||||
width : 100%;
|
||||
table-layout : fixed;
|
||||
margin : 0;
|
||||
padding : 0;
|
||||
list-style : none;
|
||||
}
|
||||
.app-content .wizard > .steps > ul > li {
|
||||
display : table-cell;
|
||||
width : auto;
|
||||
vertical-align : top;
|
||||
text-align : center;
|
||||
position : relative;
|
||||
}
|
||||
.app-content .wizard > .steps > ul > li a {
|
||||
position : relative;
|
||||
padding-top : 52px;
|
||||
margin-top : 20px;
|
||||
margin-bottom : 20px;
|
||||
display : block;
|
||||
}
|
||||
.app-content .wizard > .steps > ul > li:before {
|
||||
content : '';
|
||||
display : block;
|
||||
position : absolute;
|
||||
z-index : 9;
|
||||
left : 0;
|
||||
}
|
||||
.app-content .wizard > .steps > ul > li:after {
|
||||
content : '';
|
||||
display : block;
|
||||
position : absolute;
|
||||
z-index : 9;
|
||||
right : 0;
|
||||
}
|
||||
.app-content .wizard > .steps > ul > li:last-child:after {
|
||||
content : none;
|
||||
}
|
||||
.app-content .wizard > .steps > ul > li.current > a {
|
||||
color : #7367F0;
|
||||
cursor : default;
|
||||
}
|
||||
.app-content .wizard > .steps > ul > li.current .step {
|
||||
border-color : #7367F0;
|
||||
background-color : #7367F0;
|
||||
color : #FFFFFF;
|
||||
}
|
||||
.app-content .wizard > .steps > ul > li.disabled a {
|
||||
color : #636363;
|
||||
cursor : default;
|
||||
}
|
||||
.app-content .wizard > .steps > ul > li.disabled a:hover {
|
||||
color : #636363;
|
||||
cursor : default;
|
||||
}
|
||||
.app-content .wizard > .steps > ul > li.disabled a:focus {
|
||||
color : #636363;
|
||||
cursor : default;
|
||||
}
|
||||
.app-content .wizard > .steps > ul > li.disabled .step {
|
||||
color : #B8C2CC;
|
||||
}
|
||||
.app-content .wizard > .steps > ul > li.done a {
|
||||
color : #636363;
|
||||
}
|
||||
.app-content .wizard > .steps > ul > li.done a:hover {
|
||||
color : #636363;
|
||||
}
|
||||
.app-content .wizard > .steps > ul > li.done a:focus {
|
||||
color : #636363;
|
||||
}
|
||||
.app-content .wizard > .steps > ul > li.done .step {
|
||||
background-color : #FFFFFF;
|
||||
border-color : #7367F0;
|
||||
color : #B8C2CC;
|
||||
}
|
||||
.app-content .wizard > .steps > ul > li.done:last-child .step {
|
||||
background-color : #7367F0;
|
||||
border-color : #7367F0;
|
||||
color : #FFFFFF;
|
||||
}
|
||||
.app-content .wizard > .steps > ul > li.error > a {
|
||||
color : #EA5455;
|
||||
}
|
||||
.app-content .wizard > .steps > ul > li.error .step {
|
||||
border-color : #EA5455;
|
||||
color : #FFFFFF;
|
||||
background-color : #EA5455;
|
||||
}
|
||||
.app-content .wizard > .steps .step {
|
||||
background-color : #FFFFFF;
|
||||
display : inline-block;
|
||||
position : absolute;
|
||||
top : 0;
|
||||
left : 50%;
|
||||
margin-left : -24px;
|
||||
z-index : 10;
|
||||
text-align : center;
|
||||
}
|
||||
.app-content .wizard > .steps .step i {
|
||||
position : relative;
|
||||
top : 2px;
|
||||
}
|
||||
.app-content .wizard > .content {
|
||||
position : relative;
|
||||
width : auto;
|
||||
padding : 0;
|
||||
margin : 0;
|
||||
}
|
||||
.app-content .wizard > .content > .title {
|
||||
position : absolute;
|
||||
left : -99999px;
|
||||
}
|
||||
.app-content .wizard > .content > .body {
|
||||
padding : 0 20px;
|
||||
}
|
||||
.app-content .wizard > .content > iframe {
|
||||
border : 0 none;
|
||||
width : 100%;
|
||||
height : 100%;
|
||||
}
|
||||
.app-content .wizard > .actions {
|
||||
position : relative;
|
||||
display : block;
|
||||
text-align : right;
|
||||
padding : 20px;
|
||||
padding-top : 0;
|
||||
}
|
||||
.app-content .wizard > .actions > ul {
|
||||
list-style : none;
|
||||
padding : 0;
|
||||
margin : 0;
|
||||
}
|
||||
.app-content .wizard > .actions > ul:after {
|
||||
content : '';
|
||||
display : table;
|
||||
clear : both;
|
||||
}
|
||||
.app-content .wizard > .actions > ul > li {
|
||||
float : left;
|
||||
}
|
||||
.app-content .wizard > .actions > ul > li + li {
|
||||
margin-left : 10px;
|
||||
float : right;
|
||||
}
|
||||
.app-content .wizard > .actions > ul > li > a {
|
||||
background : #7367F0;
|
||||
color : #FFFFFF;
|
||||
display : block;
|
||||
padding : 7px 12px;
|
||||
border-radius : 0.42rem;
|
||||
border : 1px solid transparent;
|
||||
}
|
||||
.app-content .wizard > .actions > ul > li > a:hover {
|
||||
box-shadow : 0 0 0 100px rgba(0, 0, 0, 0.05) inset;
|
||||
}
|
||||
.app-content .wizard > .actions > ul > li > a:focus {
|
||||
box-shadow : 0 0 0 100px rgba(0, 0, 0, 0.05) inset;
|
||||
}
|
||||
.app-content .wizard > .actions > ul > li > a:active {
|
||||
box-shadow : 0 0 0 100px rgba(0, 0, 0, 0.1) inset;
|
||||
}
|
||||
.app-content .wizard > .actions > ul > li > a[href='#previous'] {
|
||||
background-color : #7367F0;
|
||||
color : #FFFFFF;
|
||||
border-radius : 0.42rem;
|
||||
}
|
||||
.app-content .wizard > .actions > ul > li > a[href='#previous']:hover {
|
||||
box-shadow : 0 0 0 100px rgba(0, 0, 0, 0.02) inset;
|
||||
}
|
||||
.app-content .wizard > .actions > ul > li > a[href='#previous']:focus {
|
||||
box-shadow : 0 0 0 100px rgba(0, 0, 0, 0.02) inset;
|
||||
}
|
||||
.app-content .wizard > .actions > ul > li > a[href='#previous']:active {
|
||||
box-shadow : 0 0 0 100px rgba(0, 0, 0, 0.04) inset;
|
||||
}
|
||||
.app-content .wizard > .actions > ul > li.disabled > a {
|
||||
color : #FFFFFF;
|
||||
}
|
||||
.app-content .wizard > .actions > ul > li.disabled > a:hover {
|
||||
color : #FFFFFF;
|
||||
}
|
||||
.app-content .wizard > .actions > ul > li.disabled > a:focus {
|
||||
color : #FFFFFF;
|
||||
}
|
||||
.app-content .wizard > .actions > ul > li.disabled > a[href='#previous'] {
|
||||
box-shadow : none;
|
||||
}
|
||||
.app-content .wizard > .actions > ul > li.disabled > a[href='#previous']:hover {
|
||||
box-shadow : none;
|
||||
}
|
||||
.app-content .wizard > .actions > ul > li.disabled > a[href='#previous']:focus {
|
||||
box-shadow : none;
|
||||
}
|
||||
.app-content .wizard.wizard-circle > .steps > ul > li:before, .app-content .wizard.wizard-circle > .steps > ul > li:after {
|
||||
top : 43px;
|
||||
width : 50%;
|
||||
height : 3px;
|
||||
background-color : #7367F0;
|
||||
}
|
||||
.app-content .wizard.wizard-circle > .steps > ul > li.current:after {
|
||||
background-color : transparent;
|
||||
}
|
||||
.app-content .wizard.wizard-circle > .steps > ul > li.current ~ li:before {
|
||||
background-color : transparent;
|
||||
}
|
||||
.app-content .wizard.wizard-circle > .steps > ul > li.current ~ li:after {
|
||||
background-color : transparent;
|
||||
}
|
||||
.app-content .wizard.wizard-circle > .steps .step {
|
||||
width : 50px;
|
||||
height : 50px;
|
||||
line-height : 3rem;
|
||||
border : 3px solid #B8C2CC;
|
||||
font-size : 1.5rem;
|
||||
font-weight : 500;
|
||||
border-radius : 50%;
|
||||
}
|
||||
|
||||
@media (max-width: 768px) {
|
||||
.app-content .wizard > .steps > ul {
|
||||
margin-bottom : 20px;
|
||||
}
|
||||
.app-content .wizard > .steps > ul > li {
|
||||
display : block;
|
||||
float : left;
|
||||
width : 33%;
|
||||
}
|
||||
.app-content .wizard > .steps > ul > li > a {
|
||||
margin-bottom : 0;
|
||||
}
|
||||
.app-content .wizard > .steps > ul > li:last-child:after {
|
||||
content : '';
|
||||
background-color : #7367F0;
|
||||
}
|
||||
}
|
||||
|
||||
@media (max-width: 480px) {
|
||||
.app-content .wizard > .steps > ul > li.current:after {
|
||||
background-color : #7367F0;
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1 @@
|
||||
.app-content .wizard>.steps>ul>li:after,.app-content .wizard>.steps>ul>li:before{content:'';z-index:9;display:block;position:absolute}.app-content .wizard{width:100%}.app-content .wizard .content{margin-left:0!important}.app-content .wizard>.steps{position:relative;display:block;width:100%}.app-content .wizard>.steps .current-info{position:absolute;left:-99999px}.app-content .wizard>.steps>ul{display:table;width:100%;table-layout:fixed;margin:0;padding:0;list-style:none}.app-content .wizard>.steps>ul>li{display:table-cell;width:auto;vertical-align:top;text-align:center;position:relative}.app-content .wizard>.steps>ul>li a{position:relative;padding-top:52px;margin-top:20px;margin-bottom:20px;display:block}.app-content .wizard>.steps>ul>li:before{left:0}.app-content .wizard>.steps>ul>li:after{right:0}.app-content .wizard>.steps>ul>li:last-child:after{content:none}.app-content .wizard>.steps>ul>li.current>a{color:#7367F0;cursor:default}.app-content .wizard>.steps>ul>li.current .step{border-color:#7367F0;background-color:#7367F0;color:#FFF}.app-content .wizard>.steps>ul>li.disabled a,.app-content .wizard>.steps>ul>li.disabled a:focus,.app-content .wizard>.steps>ul>li.disabled a:hover{color:#636363;cursor:default}.app-content .wizard>.steps>ul>li.disabled .step{color:#B8C2CC}.app-content .wizard>.steps>ul>li.done a,.app-content .wizard>.steps>ul>li.done a:focus,.app-content .wizard>.steps>ul>li.done a:hover{color:#636363}.app-content .wizard>.steps>ul>li.done .step{background-color:#FFF;border-color:#7367F0;color:#B8C2CC}.app-content .wizard>.steps>ul>li.done:last-child .step{background-color:#7367F0;border-color:#7367F0;color:#FFF}.app-content .wizard>.steps>ul>li.error>a{color:#EA5455}.app-content .wizard>.steps>ul>li.error .step{border-color:#EA5455;color:#FFF;background-color:#EA5455}.app-content .wizard>.steps .step{background-color:#FFF;display:inline-block;position:absolute;top:0;left:50%;margin-left:-24px;z-index:10;text-align:center}.app-content .wizard>.steps .step i{position:relative;top:2px}.app-content .wizard>.content{position:relative;width:auto;padding:0;margin:0}.app-content .wizard>.content>.title{position:absolute;left:-99999px}.app-content .wizard>.content>.body{padding:0 20px}.app-content .wizard>.content>iframe{border:0;width:100%;height:100%}.app-content .wizard>.actions{position:relative;display:block;text-align:right;padding:0 20px 20px}.app-content .wizard>.actions>ul{list-style:none;padding:0;margin:0}.app-content .wizard>.actions>ul:after{content:'';display:table;clear:both}.app-content .wizard>.actions>ul>li{float:left}.app-content .wizard>.actions>ul>li+li{margin-left:10px;float:right}.app-content .wizard>.actions>ul>li>a{background:#7367F0;color:#FFF;display:block;padding:7px 12px;border-radius:.42rem;border:1px solid transparent}.app-content .wizard>.actions>ul>li>a:focus,.app-content .wizard>.actions>ul>li>a:hover{box-shadow:0 0 0 100px rgba(0,0,0,.05) inset}.app-content .wizard>.actions>ul>li>a:active{box-shadow:0 0 0 100px rgba(0,0,0,.1) inset}.app-content .wizard>.actions>ul>li>a[href='#previous']{background-color:#7367F0;color:#FFF;border-radius:.42rem}.app-content .wizard>.actions>ul>li>a[href='#previous']:focus,.app-content .wizard>.actions>ul>li>a[href='#previous']:hover{box-shadow:0 0 0 100px rgba(0,0,0,.02) inset}.app-content .wizard>.actions>ul>li>a[href='#previous']:active{box-shadow:0 0 0 100px rgba(0,0,0,.04) inset}.app-content .wizard>.actions>ul>li.disabled>a,.app-content .wizard>.actions>ul>li.disabled>a:focus,.app-content .wizard>.actions>ul>li.disabled>a:hover{color:#FFF}.app-content .wizard>.actions>ul>li.disabled>a[href='#previous'],.app-content .wizard>.actions>ul>li.disabled>a[href='#previous']:focus,.app-content .wizard>.actions>ul>li.disabled>a[href='#previous']:hover{box-shadow:none}.app-content .wizard.wizard-circle>.steps>ul>li:after,.app-content .wizard.wizard-circle>.steps>ul>li:before{top:43px;width:50%;height:3px;background-color:#7367F0}.app-content .wizard.wizard-circle>.steps>ul>li.current:after,.app-content .wizard.wizard-circle>.steps>ul>li.current~li:after,.app-content .wizard.wizard-circle>.steps>ul>li.current~li:before{background-color:transparent}.app-content .wizard.wizard-circle>.steps .step{width:50px;height:50px;line-height:3rem;border:3px solid #B8C2CC;font-size:1.5rem;font-weight:500;border-radius:50%}@media (max-width:768px){.app-content .wizard>.steps>ul{margin-bottom:20px}.app-content .wizard>.steps>ul>li{display:block;float:left;width:33%}.app-content .wizard>.steps>ul>li>a{margin-bottom:0}.app-content .wizard>.steps>ul>li:last-child:after{content:'';background-color:#7367F0}}@media (max-width:480px){.app-content .wizard>.steps>ul>li.current:after{background-color:#7367F0}}
|
||||
Reference in New Issue
Block a user