101 lines
1.4 KiB
Plaintext
101 lines
1.4 KiB
Plaintext
.wrapper {
|
|
position: relative;
|
|
}
|
|
|
|
.footer {
|
|
position: relative;
|
|
background: #f8f8f8;
|
|
padding: 1% 0;
|
|
text-align: center;
|
|
|
|
a {
|
|
color: #777;
|
|
}
|
|
}
|
|
|
|
#languages-select {
|
|
border-radius: 5px;
|
|
}
|
|
|
|
.data-tabel-info-icon {
|
|
display: inline-block;
|
|
padding: 0 5px;
|
|
}
|
|
|
|
.glyphicon-warning-sign {
|
|
color: #f0ad4e;
|
|
padding-right: 5px;
|
|
font-size: 120%;
|
|
}
|
|
|
|
.glyphicon-ban-circle {
|
|
color: #a94442;
|
|
padding-right: 5px;
|
|
font-size: 120%;
|
|
}
|
|
|
|
.data-table-edit {
|
|
display: inline-block;
|
|
margin-right: 5%;
|
|
font-size: 90%;
|
|
color: #3BB9FF;
|
|
cursor: pointer;
|
|
}
|
|
|
|
.data-table-edit:hover {
|
|
color: #0000A0;
|
|
}
|
|
|
|
.data-table-edit-title {
|
|
padding: 10%;
|
|
background: #000000;
|
|
color: #FFFFFF;
|
|
border-radius: 50%;
|
|
font-size: 60%;
|
|
}
|
|
|
|
#select-cl-form {
|
|
text-align: center;
|
|
|
|
.cl-bn {
|
|
width: 18%;
|
|
font-size: 200%;
|
|
margin-left: 2%;
|
|
margin-top: 5%;
|
|
}
|
|
}
|
|
|
|
.bg_photo {
|
|
width: 100%;
|
|
position: fixed;
|
|
top: 0;
|
|
left: 0;
|
|
z-index: 0;
|
|
}
|
|
|
|
.cart-notificaiton {
|
|
position: relative;
|
|
display: inline-block;
|
|
font-size: 100%;
|
|
background: #204d74;
|
|
color: #FFF;
|
|
border-radius: 10%;
|
|
padding: 0 5px;
|
|
text-align: center;
|
|
cursor: pointer;
|
|
}
|
|
|
|
.password-confirmation-messages {
|
|
margin-top: 2%;
|
|
}
|
|
|
|
.wiaas-title {
|
|
text-align: center;
|
|
}
|
|
|
|
.back-to-sign-in-btn {
|
|
font-size: 140%;
|
|
font-weight: bold;
|
|
text-align: center;
|
|
}
|