This repository has been archived by the owner on May 7, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(guidelines): update assets per code guidelines
update the assets/stylesheets css files to match code guidelines
- Loading branch information
1 parent
4997537
commit e16fdd1
Showing
18 changed files
with
271 additions
and
585 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,11 @@ | ||
@import "../../assets/stylesheets/base"; | ||
|
||
.modal-footer{ | ||
.btn{ | ||
&:hover{ | ||
background-color: $color-pf-light-blue-500; | ||
@include gradient-vertical($color-pf-blue-300, $color-pf-blue-400); | ||
border-color: $color-pf-blue-500; | ||
color: $color-pf-white; | ||
} | ||
.modal-footer { | ||
.btn { | ||
&:hover { | ||
background-color: $color-pf-light-blue-500; | ||
@include gradient-vertical($color-pf-blue-300, $color-pf-blue-400); | ||
border-color: $color-pf-blue-500; | ||
color: $color-pf-white; | ||
} | ||
|
||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,37 +1,2 @@ | ||
@import "../../assets/stylesheets/base"; | ||
/* | ||
.status{ | ||
width: 130px; | ||
text-align: left; | ||
} | ||
.status span.label{ | ||
border-radius: 10px; | ||
padding: 5px 20px; | ||
opacity: 0.7; | ||
cursor: pointer; | ||
} | ||
.alm-dropdown { | ||
position: absolute; | ||
z-index: 100; | ||
margin-top: $margin10; | ||
height: auto; | ||
background-color: rgb(243, 231, 231); | ||
@include borderRadius(7px); | ||
padding-left: $pad10; | ||
padding-right: $pad10; | ||
li{ | ||
list-style: none; | ||
font-size: $font12; | ||
text-align: $textLeft; | ||
cursor: pointer; | ||
&:hover{ | ||
font-weight: 600; | ||
} | ||
} | ||
}*/ | ||
|
||
.alm-dropdown-btn{ | ||
min-width: 100em; | ||
} | ||
.alm-dropdown-btn { min-width: 100em; } |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,5 @@ | ||
@import '../../assets/stylesheets/_base'; | ||
|
||
.filter-pf { | ||
a { | ||
cursor: pointer; | ||
} | ||
a { cursor: pointer; } | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,5 @@ | ||
@import '../../assets/stylesheets/_base'; | ||
|
||
.filter-pf { | ||
a { | ||
cursor: pointer; | ||
} | ||
} | ||
|
||
.dropdown-menu { | ||
min-width: 176px; | ||
a { cursor: pointer; } | ||
} | ||
.dropdown-menu { min-width: 176px; } |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,5 @@ | ||
@import '../../assets/stylesheets/_base'; | ||
|
||
.toast-pf-action > a { | ||
cursor: pointer; | ||
} | ||
|
||
.toast-pf-action > a { cursor: pointer; } | ||
.toast-pf { | ||
.dropdown-menu > li > a { | ||
cursor: pointer; | ||
} | ||
.dropdown-menu > li > a { cursor: pointer; } | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,12 @@ | ||
@import '../../assets/stylesheets/_base'; | ||
|
||
.sort-pf { | ||
.btn-link { | ||
margin-left: 10px; | ||
padding: 4px 0; | ||
min-width: 0; | ||
color: #252525; | ||
font-size: 16px; | ||
line-height: 1; | ||
margin-left: 10px; | ||
padding: 4px 0; | ||
min-width: 0px; | ||
&:hover { | ||
color: #0088ce; | ||
} | ||
&:hover { color: #0088ce; } | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.