Subversion Repositories SmartDukaan

Rev

Rev 36890 | Rev 36892 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 36890 Rev 36891
Line 14... Line 14...
14
    .btn:focus {
14
    .btn:focus {
15
        color: grey;
15
        color: grey;
16
        text-decoration: none;
16
        text-decoration: none;
17
    }
17
    }
18
 
18
 
19
    .modal-dialog.modal-lg {
19
    #contactUsModal .modal-dialog.modal-lg {
20
        left: 10%;
-
 
21
        right: auto;
-
 
22
        width: 80%;
20
        width: 80%;
-
 
21
        margin: 30px auto;
-
 
22
        left: auto;
-
 
23
        right: auto;
23
    }
24
    }
24
 
25
 
25
    .modal-content {
26
    .modal-content {
26
        background: white;
27
        background: white;
27
    }
28
    }