This commit is contained in:
2019-08-26 13:45:20 -04:00
parent 728bd3f771
commit 4b7c6a866e
1309 changed files with 386472 additions and 9389 deletions
@@ -0,0 +1,42 @@
/* 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 #ccc;
}
.typeahead .scrollable-dropdown .twitter-typeahead .tt-menu
{
overflow-y: auto;
max-height: 150px;
}
/* Typeahead Ends */
/* MaxLength Starts */
.bootstrap-maxlength
{
margin-top: .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{overflow-y:auto;max-height:150px}.bootstrap-maxlength{margin-top:.5rem}