Merge pull request #2504 from kensible/marketing-update

Updated system tracking for marketing screenshots
This commit is contained in:
kensible 2016-06-17 15:43:48 -04:00 committed by GitHub
commit c8657be271
3 changed files with 28 additions and 27 deletions

View File

@ -144,8 +144,8 @@
.Form-tab.is-selected {
color: @btn-txt-sel;
background-color: @default-icon-hov;
border-color: @default-icon-hov;
background-color: @default-icon;
border-color: @default-icon;
}
.Form-tab--disabled {
@ -595,3 +595,16 @@ input[type='radio']:checked:before {
float: right;
margin-bottom: 20px;
}
.alert-info {
display: flex;
align-items: center;
justify-content: center;
width: 100%;
height: 100px;
border-radius: 5px;
border: 1px solid @default-no-items-bord;
background-color: @default-no-items-bord;
color: @default-icon;
text-transform: uppercase;
}

View File

@ -35,7 +35,7 @@
}
&-headingRow {
background-color: @default-icon-hov;
background-color: @default-list-header-bg;
border: none;
padding: 8px 12px;
@ -80,31 +80,15 @@
.FactDataError {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
&-message {
font-size: 14px;
line-height: 1.5;
margin-bottom: 2em;
color: @default-interface-txt;
text-transform: uppercase;
width: 100%;
height: 200px;
display: flex;
align-items: center;
justify-content: center;
border-radius: 5px;
border: 1px solid @default-no-items-bord;
background-color: @default-no-items-bord;
}
&-note {
&--full {
font-size: 22px;
}
}
width: 100%;
height: 200px;
border-radius: 5px;
border: 1px solid @list-no-items-bord;
background-color: @default-no-items-bord;
color: @list-no-items-txt;
text-transform: uppercase;
}
.FactDataGroup {

View File

@ -18,7 +18,7 @@
&-module {
background-color: @enabled-item-background;
border-color: @enabled-item-border;
border-color: @default-icon-hov;
color: @default-interface-txt;
@media screen and (max-width: 750px) {
@ -32,6 +32,10 @@
box-shadow: none;
z-index: 2;
}
&:hover {
border-color: @default-icon-hov;
}
}
&-module.is-active {