jqwidgets-framework
Version:
jQWidgets is an advanced Angular, Vue, Blazor, React, Web Components, jquery, ASP .NET MVC, Custom Elements and HTML5 UI framework.
91 lines (73 loc) • 1.29 kB
CSS
@media (max-width: 767px) {
.home-header-container {
padding-left: 15px ;
}
.navbar-collapsed-container {
position: relative;
left: 50%;
transform: translateX(-50%);
}
}
.navbar {
margin-bottom: 0;
}
ul {
list-style: none;
}
ul li {
float: left;
}
ul li:last-child {
margin-right: 2.5em;
}
ul li:last-child div {
display: inline-block;
margin-left: 1em;
cursor: pointer;
}
.home-navbar {
background-color: #f2f2f2;
border-color: #f2f2f2;
border-radius: 0 ;
}
.home-header-container {
padding: 15px 0;
}
.home-toggle-icon {
color: #52527a;
}
.header-toggle {
margin-top: 18px;
}
.text-one {
font-weight: bolder;
font-size: 175%;
}
.text-two {
font-size: 175%;
}
.text-three {
margin-left: 3em;
margin-bottom: 0;
margin-top: 0.3em;
font-size: 120%;
color: grey;
}
.back-icon {
float: left;
margin-right: 0.4em;
cursor: pointer;
}
.right-container {
width: 65px;
}
.right-text {
text-align: center;
font-size: 140%;
}
.right-icon {
display: block;
margin: auto;
width: 50%;
color: #52527a;
}