halleyx-ui-framework
Version:
The Halleyx UI Framework is a Vue 3 component framework.
252 lines (221 loc) • 5.1 kB
CSS
/* .feature-title {
color: #606266;
}
.feature-content {
font-size: 0.875rem;
line-height: 1.25rem;
}
.feature-content code {
margin: 0;
border-radius: 4px;
padding: .15rem .5rem;
color: #303133;
background-color: #f5f7fa;
}
@font-face {
font-family: OpenSans;
src: url("~@/assets/fonts/OpenSans.ttf") format("opentype");
}
@font-face {
font-family: QuickSand;
src: url("~@/assets/fonts/Quicksand.ttf") format("opentype");
}
* {
font-family: OpenSans;
}
.primary-button {
cursor: pointer;
-webkit-box-sizing: border-box;
box-sizing: border-box;
height: 30px;
min-width: 65px;
padding: 0px 30px;
color: #f6f6f6;
border-radius: 17px;
background-color: #f97a19;
border: 2px solid #f97a19;
margin-left: 15px;
}
.primary-button:hover, .primary-button:active {
background-color: #f9ac19;
border: 2px solid #f9ac19;
padding: 0px 30px;
}
.primary-button:focus {
outline: 2px solid #f6f6f6;
-webkit-box-shadow: 0 0 1px 4px #2b96e4;
box-shadow: 0 0 1px 4px #2b96e4;
}
.secondary-button {
cursor: pointer;
-webkit-box-sizing: border-box;
box-sizing: border-box;
height: 30px;
min-width: 65px;
padding: 0px 20px;
color: #f97a19;
border-radius: 17px;
background-color: #f6f6f6;
border: 1px solid #f97a19;
}
.secondary-button:hover, .secondary-button:active {
background-color: #f6f6f6;
border: 1px solid #f9ac19;
padding: 0px 20px;
color: #f9ac19;
}
.secondary-button:focus {
outline: 2px solid #f6f6f6;
-webkit-box-shadow: 0 0 1px 4px #2b96e4;
box-shadow: 0 0 1px 4px #2b96e4;
}
.modal-primary-button {
cursor: pointer;
-webkit-box-sizing: border-box;
box-sizing: border-box;
height: 30px;
min-width: 55px;
padding: 0px 10px;
color: #565553;
background-color: #f9ac19;
border: none;
border-radius: 5px;
margin-left: 15px;
}
.modal-primary-button:hover, .modal-primary-button:active {
background-color: #f97a19;
padding: 0px 10px;
}
.modal-primary-button:focus {
outline: 1px solid #f6f6f6;
}
.modal-secondary-button {
cursor: pointer;
-webkit-box-sizing: border-box;
box-sizing: border-box;
height: 30px;
min-width: 55px;
padding: 0px 10px;
color: #565553;
background-color: #f6f6f6;
border: 1px solid #969393;
border-radius: 5px;
}
.modal-secondary-button:hover, .modal-secondary-button:active {
background-color: #f6f6f6;
border: 1px solid #f9ac19;
padding: 0px 10px;
color: #f9ac19;
}
.component-heading, .component-side-heading {
font-family: Quicksand;
margin: 50px 0 20px 0;
}
.component-side-heading {
margin: 30px 0 20px 0;
font-size: 18px ;
}
.component-description {
font-size: 14px;
}
.notes {
padding-left: 10px;
font-size: 14px;
width: 100%;
background-color: #FFF1D3;
border-left: 3px solid #f97a19;
border-radius: 5px;
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
}
.notes .note-title {
font-weight: bold;
}
.notes .note-body {
margin-left: 10px;
word-spacing: 2px;
}
.component-example {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
margin: 40px 0;
border: 1px solid #d6d8d3;
border-radius: 5px;
}
.component-example .example-body {
height: 100%;
padding: 20px;
}
.component-example .example-footer {
height: 40px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
padding: 0 20px;
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
border-top: 1px solid #d6d8d3;
}
.component-example .example-footer .icon-code-regular::before {
font-size: 18px;
}
.component-example .example-footer .icon {
font-size: 14px !important;
margin-left: 10px;
height: 30px;
width: 30px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
border-radius: 5px;
}
.component-example .example-footer .icon:hover {
cursor: pointer;
background-color: #FFF1D3;
color: #f9ac19;
}
.component-example .example-footer .active-icon {
margin-left: 10px;
height: 30px;
width: 30px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
border-radius: 5px;
background-color: #f9ac19;
color: #f6f6f6;
}
.component-example .example-footer .active-icon:hover {
cursor: pointer;
background-color: #FFF1D3;
color: #f9ac19;
}
.hljs {
font-size: 14px !important;
} */
/*# sourceMappingURL=style.css.map */