Files
interblue.pl/modules/ekomiratingsandreviews/views/css/config.css
2024-10-25 14:16:28 +02:00

150 lines
2.7 KiB
CSS

@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,700');
.container-fluid {
margin-right: auto;
margin-left: auto;
border: 1px solid #ececec;
}
.signup-wrapper.container-fluid *{
font-family: 'Roboto', sans-serif;
}
.signup-wrapper {
background-color: #fff;
text-align: center;
}
.col-md-5, .col-md-7{
float: left;
position: relative;
min-height: 1px;
}
.col-md-5 {
width: 41.66666667%;
}
.col-md-7 {
width: 58.33333333%;
}
hr {
margin-top: 40px !important;
margin-bottom: 40px !important;
border: 0;
border-top-width: 0px;
border-top-style: none;
border-top-color: currentcolor;
border-top: 1px solid #eee;
}
.btn {
display: inline-block;
padding: 6px 12px;
margin-bottom: 0;
font-size: 14px;
font-weight: 400;
line-height: 1.42857143;
text-align: center;
white-space: nowrap;
vertical-align: middle;
-ms-touch-action: manipulation;
touch-action: manipulation;
cursor: pointer;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
background-image: none;
border: 1px solid transparent;
border-top-color: transparent;
border-right-color: transparent;
border-bottom-color: transparent;
border-left-color: transparent;
}
.btn-success {
background-color: #29a00a !important;
color: #fff !important;
min-width: 277px;
font-weight: bold !important;
border-radius:30px !important;
}
.container-fluid {
border: 1px solid #ececec;
}
.signup-wrapper.container-fluid .col-* {
padding: 0;
}
.signup-wrapper.container-fluid .col-md-7 {
background-color: #c3c3c3;
}
.signup-wrapper {
background-color: #fff;
text-align: center;
}
.login-wrapper {
padding: 40px 20px;
}
.signup-wrapper h2{
font-size: 40px;
margin: 0 0 30px 0;
color: #5c5550;
font-weight: bold;
}
.signup-wrapper h1{
font-weight: bold;
}
.signup-wrapper h4{
font-size: 22px;
line-height: 26px;
color: #000;
}
.signup-wrapper a.link{
font-size: 16px;
color: #29a00a !important;
}
.rnr_link{
color: #29a00a !important;
}
.signup-wrapper .btn{
padding: 10px 30px;
margin: 20px 0;
font-size: 20px;
}
.content-right .ekomi-logo {
padding: 230px 20px;
vertical-align: middle;
text-align: center;
}
.content-right .ekomi-logo img{
width: 95%;
height: auto;
}
hr:after {
content: 'or';
background-color: #fff;
margin:-20px 0 0 -20px;
padding:0 10px;
position: absolute;
font-size: 25px;
}
#rnr_interactive_screen_top{
padding: 10px 0;
}
.ekomiratingsandreviews .col-lg-9{
width: 50%;
}