billing
This commit is contained in:
parent
7b9078c6da
commit
42c08797e3
44 changed files with 2798 additions and 350 deletions
|
|
@ -18,7 +18,7 @@
|
|||
.smalltofhol { max-height: 3em; max-width: 3em; float:left; margin:.5em; }
|
||||
.price {
|
||||
font-weight: bold;
|
||||
font-size: x-large;
|
||||
font-size: large;
|
||||
padding: .2em;
|
||||
margin: .2em;
|
||||
}
|
||||
|
|
@ -119,21 +119,17 @@ select,
|
|||
padding: .5em;
|
||||
}
|
||||
|
||||
.carousel .item .btn {
|
||||
-webkit-transition: -webkit-transform 2s;
|
||||
transition: transform 2s background-color 1s color 1s;
|
||||
.carousel .item .btn {
|
||||
-webkit-transition: -webkit-transform 2s background-color 1s color 1s;
|
||||
-moz-transition: transform 2s background-color 2s color 2s;
|
||||
transition: transform 2s ;
|
||||
transform: scale3d(0,0,0);
|
||||
-webkit-transform: scale3d(0,0,0);
|
||||
}
|
||||
|
||||
.carousel .active .btn {
|
||||
.carousel .active .btn {
|
||||
-webkit-transform: inherit;
|
||||
transform: inherit;
|
||||
}
|
||||
.container {
|
||||
-webkit-transition: background-color 2s color 1s;
|
||||
-moz-transition: background-color 2s color 1s;
|
||||
transition: background-color 2s color 1s;
|
||||
transform: inherit;
|
||||
}
|
||||
.disabled {
|
||||
color: #999;
|
||||
|
|
@ -147,14 +143,14 @@ select,
|
|||
|
||||
.carousel-caption-s p {
|
||||
-webkit-text-shadow: 3px 3px 7px rgb(0, 0, 0);
|
||||
margin:0.5em;
|
||||
padding:.5em;
|
||||
animation: mymove 4s infinite;
|
||||
font-family: "Arial";
|
||||
font-weight: 800;
|
||||
font-size: x-large;
|
||||
text-shadow: 3px 3px 7px rgb(0, 0, 0);
|
||||
color: white;
|
||||
text-shadow: 3px 3px 7px rgb(0, 0, 60);
|
||||
color: #fff;
|
||||
background-color: rgba(94, 24, 194, .15);
|
||||
border-radius: .5em;
|
||||
}
|
||||
|
||||
.carousel-caption-s {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue