Scenario JS Snippet and Notes

This commit is contained in:
Norm Rasmussen
2023-01-16 07:18:26 -05:00
parent ebae6f1b05
commit 16bc77ceb7
14 changed files with 522 additions and 427 deletions

View File

@ -241,7 +241,7 @@ div {
flex-flow: row wrap;
}
.np-topics-list .np-button-secondary {
margin: 6px 0;
margin: 6px;
flex: 0 1 1;
}
@ -633,6 +633,7 @@ button.jryxug {
}
}
/*
3.6 - COURSE CARD
*/
@ -688,6 +689,11 @@ button.jryxug {
border: 1px solid #2c4265;
border-top: none;
}
.np-search-zero-state-card{
border: 1px solid #2c4265;
}
.np-card-content-footer {
margin-top: 1.2rem;
}
@ -1137,11 +1143,11 @@ button.jryxug {
*/
.np-button.dropdown-button {
border: 2px solid rgba(255, 255, 255, 0.25);
border: 2px solid #2c4265;
padding: 9px 60px 9px 20px;
height: auto;
position: relative;
color: #fff;
color: #2c4265;
}
.np-button.dropdown-button:before {
@ -1149,7 +1155,7 @@ button.jryxug {
position: absolute;
width: 20px;
height: 100%;
border-left: 2px solid rgba(255, 255, 255, 0.25);
border-left: 2px solid #2c4265;
right: 20px;
top: 0;
}
@ -1160,7 +1166,7 @@ button.jryxug {
position: absolute;
width: 20px;
height: 100%;
color: rgba(255, 255, 255, 0.5);
color: #2c4265;
right: 10px;
top: 0;
display: flex;
@ -1171,9 +1177,9 @@ button.jryxug {
.dropdown-menu {
border-radius: 0;
border: 1px solid rgba(255, 255, 255, 0.25);
color: #fff;
background-color: #062531;
border: 1px solid #2c4265;
color: #2c4265;
background-color: #FFFFFF;
box-shadow: none;
top: 95%;
}