une commande de coupe de cheveux
This commit is contained in:
parent
27b26f0545
commit
c001994d50
38 changed files with 3137 additions and 196 deletions
4
Yavsc/wwwroot/css/main/bootstrap.css
vendored
4
Yavsc/wwwroot/css/main/bootstrap.css
vendored
|
|
@ -5091,8 +5091,8 @@ a.thumbnail.active {
|
|||
.alert-dismissable .close,
|
||||
.alert-dismissible .close {
|
||||
position: relative;
|
||||
top: -2px;
|
||||
right: -21px;
|
||||
top: 0;
|
||||
right: 0;
|
||||
color: inherit;
|
||||
}
|
||||
.alert-success {
|
||||
|
|
|
|||
|
|
@ -2,6 +2,14 @@
|
|||
/* Wrapping element */
|
||||
/* Set some basic padding to keep content from hitting the edges */
|
||||
|
||||
.performer {
|
||||
padding-left: 1em;
|
||||
background-repeat: no-repeat;
|
||||
background-image: url('/images/greenstar.svg');
|
||||
}
|
||||
.performer ul {
|
||||
margin-left: 2.5em;
|
||||
}
|
||||
|
||||
.smalltofhol { max-height: 3em; max-width: 3em; float:left; margin:.5em; }
|
||||
.price {
|
||||
|
|
@ -218,7 +226,9 @@ footer {
|
|||
font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
|
||||
font-stretch: condensed;
|
||||
display: inline-flex;
|
||||
color: #444;
|
||||
color: #ff8;
|
||||
padding: .1em;
|
||||
border-radius: .5em;
|
||||
background-color: #210912;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue