[ADD] base modules
This commit is contained in:
10037
kk_odoo_saas/static/src/css/bootstrap.css
vendored
Executable file
10037
kk_odoo_saas/static/src/css/bootstrap.css
vendored
Executable file
File diff suppressed because it is too large
Load Diff
171
kk_odoo_saas/static/src/css/calculator.css
Executable file
171
kk_odoo_saas/static/src/css/calculator.css
Executable file
@@ -0,0 +1,171 @@
|
||||
.col-lg-12{
|
||||
flex: 0 0 100%;
|
||||
max-width: 100%;
|
||||
}
|
||||
|
||||
#price{
|
||||
display: inline;
|
||||
}
|
||||
|
||||
.pricing-card-title{
|
||||
font-size: 32px;
|
||||
}
|
||||
|
||||
.users-qty-change-buttons{
|
||||
max-width: 30px;
|
||||
max-height: 30px;
|
||||
opacity: 0.5;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.loader{
|
||||
position: fixed;
|
||||
z-index: 99;
|
||||
top: 0;
|
||||
left: 0;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
background: white;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
opacity: 0.5;
|
||||
}
|
||||
|
||||
.status{
|
||||
font-size: 26px;
|
||||
color: black;
|
||||
position: fixed;
|
||||
margin-top: -70px;
|
||||
}
|
||||
|
||||
.loader > img {
|
||||
width: 100px;
|
||||
opacity: 0.6;
|
||||
transform: rotate(-30deg);
|
||||
}
|
||||
|
||||
.transition {
|
||||
transition: 0.3s;
|
||||
}
|
||||
|
||||
.app, .package{
|
||||
max-height: 95px;
|
||||
display: flex;
|
||||
margin-bottom: 10px;
|
||||
min-width: 174px;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.app-data{
|
||||
margin-left: 5%;
|
||||
}
|
||||
|
||||
.price-value{
|
||||
display: inline;
|
||||
}
|
||||
|
||||
.period{
|
||||
display: inline;
|
||||
}
|
||||
|
||||
.green-border{
|
||||
border: 2px solid green;
|
||||
}
|
||||
|
||||
.normal-border{
|
||||
border: 2px solid #FFFFFF;
|
||||
}
|
||||
|
||||
.hid{
|
||||
display: none;
|
||||
}
|
||||
|
||||
.fnt-24{
|
||||
font-size: 24px;
|
||||
}
|
||||
|
||||
.leftstr, .rightstr {
|
||||
float: left;
|
||||
width: 50%;
|
||||
}
|
||||
|
||||
.rightstr {
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
.fnt-larger{
|
||||
font-size: larger;
|
||||
}
|
||||
|
||||
@media (min-width: 1400px) {
|
||||
#price-window
|
||||
{
|
||||
position: fixed;
|
||||
right: 30%;
|
||||
top: 20%;
|
||||
width: 15%;
|
||||
min-width: 20%;
|
||||
z-index: 1;
|
||||
}
|
||||
|
||||
.page-alignment{
|
||||
min-width: 640px;
|
||||
}
|
||||
|
||||
.main-column{
|
||||
margin-right: auto;
|
||||
margin-left: 10%;
|
||||
max-width: 50%;
|
||||
}
|
||||
}
|
||||
|
||||
@media (min-width: 999px) {
|
||||
#price-window
|
||||
{
|
||||
position: fixed;
|
||||
right: 15%;
|
||||
top: 15%;
|
||||
width: 20%;
|
||||
z-index: 1;
|
||||
}
|
||||
|
||||
.main-column{
|
||||
margin-right: auto;
|
||||
margin-left: 10%;
|
||||
max-width: 50%;
|
||||
}
|
||||
|
||||
.page-alignment{
|
||||
min-width: 640px;
|
||||
}
|
||||
|
||||
.app, .package{
|
||||
margin-left: 7px;
|
||||
max-width: 31%;
|
||||
}
|
||||
}
|
||||
|
||||
@media (max-width: 799px) {
|
||||
#price-window
|
||||
{
|
||||
position: fixed;
|
||||
right: 0;
|
||||
bottom: -6%;
|
||||
width: 100%;
|
||||
z-index: 1;
|
||||
}
|
||||
.container{
|
||||
margin-left: auto !important;
|
||||
}
|
||||
|
||||
.main-column{
|
||||
margin-right: auto;
|
||||
margin-left: 10%;
|
||||
max-width: 80%;
|
||||
}
|
||||
}
|
||||
|
||||
.col-lg-9{
|
||||
padding-left: 0px;
|
||||
}
|
||||
2338
kk_odoo_saas/static/src/css/font-awesome.css
vendored
Executable file
2338
kk_odoo_saas/static/src/css/font-awesome.css
vendored
Executable file
File diff suppressed because it is too large
Load Diff
71
kk_odoo_saas/static/src/css/logs-viewer.css
Executable file
71
kk_odoo_saas/static/src/css/logs-viewer.css
Executable file
@@ -0,0 +1,71 @@
|
||||
html, body {
|
||||
height: 100%;
|
||||
}
|
||||
.o-logs-container{
|
||||
height: auto;
|
||||
}
|
||||
.o-logs{
|
||||
word-wrap: break-word;
|
||||
font-family: monospace;
|
||||
font-size: 13px;
|
||||
line-height: normal;
|
||||
margin: 0;
|
||||
padding-top:80px;
|
||||
}
|
||||
.header{
|
||||
position: fixed;
|
||||
top: 0;
|
||||
width: 100%;
|
||||
background: #f9f9f9;
|
||||
border-bottom: 1px solid #d3d3d3;
|
||||
padding: 6px 15px;
|
||||
box-shadow: 0 0 6px #ddd;
|
||||
}
|
||||
.status-bar {
|
||||
text-align: right;
|
||||
padding-right: 15px;
|
||||
}
|
||||
.button-pause{
|
||||
position: relative;
|
||||
color: #555;
|
||||
font-size: 16px;
|
||||
padding: 0;
|
||||
margin-right: 10px;
|
||||
}
|
||||
.button-pause i{
|
||||
margin-left: 9px;
|
||||
margin-right: 5px;
|
||||
}
|
||||
.loader{
|
||||
position: absolute;
|
||||
top: -4px;
|
||||
border: 2px solid #f3f3f3;
|
||||
border-top: 2px solid #555;
|
||||
border-radius: 50%;
|
||||
width: 30px;
|
||||
height: 30px;
|
||||
z-index: -1;
|
||||
}
|
||||
.loader.loading{
|
||||
-webkit-animation: spin 1s linear infinite;
|
||||
animation: spin 1s linear infinite;
|
||||
}
|
||||
.form-inline .form-group {
|
||||
margin-bottom: 0;
|
||||
vertical-align: middle;
|
||||
display: inline-block;
|
||||
}
|
||||
.form-inline .form-group input {
|
||||
display: inline-block;
|
||||
width: auto;
|
||||
}
|
||||
|
||||
@-webkit-keyframes spin {
|
||||
0% { -webkit-transform: rotate(0deg); }
|
||||
100% { -webkit-transform: rotate(360deg); }
|
||||
}
|
||||
|
||||
@keyframes spin {
|
||||
0% { transform: rotate(0deg); }
|
||||
100% { transform: rotate(360deg); }
|
||||
}
|
||||
Reference in New Issue
Block a user