You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
139 lines
1.9 KiB
139 lines
1.9 KiB
.main-section-body {
|
|
background-color: white;
|
|
}
|
|
|
|
.app-page {
|
|
width: 960px;
|
|
margin: 0 auto;
|
|
padding-top: 20px;
|
|
padding-bottom: 20px;
|
|
}
|
|
|
|
.h2 {
|
|
font-size: 16px;
|
|
font-weight: bold;
|
|
margin: 5px 0 15px 0;
|
|
}
|
|
|
|
|
|
.aws-page-header {
|
|
width: 100%;
|
|
border-bottom: 1px silver solid;
|
|
margin-top: 10px;
|
|
margin-bottom: 20px;
|
|
}
|
|
|
|
.aws-page-header .title {
|
|
font-size: 20px;
|
|
line-height: 30px;
|
|
}
|
|
|
|
.aws-page-header .nav-paths {
|
|
margin: 5px 0 10px 0;
|
|
|
|
.nav-path-deco {
|
|
margin:0 5px;
|
|
}
|
|
|
|
.nav-path-deco:last-child {
|
|
display: none;
|
|
}
|
|
|
|
.nav-path:last-child {
|
|
text-decoration: none;
|
|
cursor: default;
|
|
color: #97999b;
|
|
}
|
|
}
|
|
|
|
.section {
|
|
.section-header {
|
|
&.expandable {
|
|
cursor: pointer;
|
|
}
|
|
p {
|
|
font-size: 14px;
|
|
margin-bottom: 10px;
|
|
}
|
|
|
|
&.empty-body-section {
|
|
display: none;
|
|
}
|
|
}
|
|
|
|
.pre-section {
|
|
margin-bottom: 30px;
|
|
}
|
|
}
|
|
|
|
.billing-setting-section, .other-setting-section {
|
|
margin-bottom: 16px;
|
|
|
|
.section-label {
|
|
font-size: 16px;
|
|
font-weight: bold;
|
|
cursor: pointer;
|
|
}
|
|
}
|
|
|
|
.app-page-error {
|
|
.msg.msg-none {
|
|
display: none;
|
|
}
|
|
|
|
.msg.msg-error {
|
|
background-color: #faeae6;
|
|
border: 1px solid #d85d3c;
|
|
color: #d85d3c;
|
|
}
|
|
|
|
.msg.msg-warning {
|
|
background-color: #fef5da;
|
|
border: 1px solid #deaa05;
|
|
color: black;
|
|
|
|
i.icon {
|
|
color: #fac51c;
|
|
}
|
|
|
|
.msg-text {
|
|
opacity: 0.5;
|
|
}
|
|
|
|
a {
|
|
opacity: 1;
|
|
}
|
|
}
|
|
|
|
.msg {
|
|
padding: 8px;
|
|
margin-bottom: 20px;
|
|
|
|
i.icon {
|
|
display: block;
|
|
float: left;
|
|
font-size: 24px;
|
|
line-height: 24px;
|
|
width: 18px;
|
|
margin-right: 8px;
|
|
}
|
|
|
|
div.msg-text {
|
|
display: block;
|
|
float: left;
|
|
width: 888px;
|
|
margin-top: 4px;
|
|
}
|
|
|
|
@mixin clearfix;
|
|
}
|
|
}
|
|
|
|
|
|
@font-face {
|
|
font-family: "Splunk Icons";
|
|
src: url("../../../font/splunkicons-regular-webfont.woff");
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
}
|