0.0.49
This commit is contained in:
parent
c654bc29a6
commit
9de4119272
2467
components.js
2467
components.js
File diff suppressed because it is too large
Load Diff
@ -923,6 +923,7 @@ sm-panel {
|
|||||||
}
|
}
|
||||||
.copy-row h4 {
|
.copy-row h4 {
|
||||||
margin-bottom: 0;
|
margin-bottom: 0;
|
||||||
|
font-weight: 400;
|
||||||
}
|
}
|
||||||
.copy-row .icon {
|
.copy-row .icon {
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
@ -1355,7 +1356,7 @@ sm-panel {
|
|||||||
padding: 1rem;
|
padding: 1rem;
|
||||||
background: rgba(var(--text-color), 0.06);
|
background: rgba(var(--text-color), 0.06);
|
||||||
align-self: center;
|
align-self: center;
|
||||||
margin-bottom: 0.4rem;
|
margin-bottom: 0.6rem;
|
||||||
box-shadow: 0 0.1rem 0.1rem #00000016, 0 0.1rem 0.3rem #00000040;
|
box-shadow: 0 0.1rem 0.1rem #00000016, 0 0.1rem 0.3rem #00000040;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -1381,7 +1382,7 @@ sm-panel {
|
|||||||
font-weight: 500;
|
font-weight: 500;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
border-radius: 2rem;
|
border-radius: 2rem;
|
||||||
margin-bottom: 0.4rem !important;
|
margin-bottom: 0.6rem !important;
|
||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
box-shadow: 0 0.1rem 0.1rem #00000016, 0 0.1rem 0.3rem #00000040;
|
box-shadow: 0 0.1rem 0.1rem #00000016, 0 0.1rem 0.3rem #00000040;
|
||||||
}
|
}
|
||||||
@ -1409,6 +1410,10 @@ sm-panel {
|
|||||||
#person_popup h3 {
|
#person_popup h3 {
|
||||||
text-transform: capitalize;
|
text-transform: capitalize;
|
||||||
}
|
}
|
||||||
|
#person_popup h5 {
|
||||||
|
font-weight: 500;
|
||||||
|
opacity: 0.8;
|
||||||
|
}
|
||||||
#person_popup .copy-row {
|
#person_popup .copy-row {
|
||||||
margin-bottom: 1.5rem;
|
margin-bottom: 1.5rem;
|
||||||
}
|
}
|
||||||
|
|||||||
2
css/main.min.css
vendored
2
css/main.min.css
vendored
File diff suppressed because one or more lines are too long
@ -954,6 +954,7 @@ sm-panel{
|
|||||||
width: auto;
|
width: auto;
|
||||||
h4 {
|
h4 {
|
||||||
margin-bottom: 0;
|
margin-bottom: 0;
|
||||||
|
font-weight: 400;
|
||||||
}
|
}
|
||||||
|
|
||||||
.icon {
|
.icon {
|
||||||
@ -1407,7 +1408,7 @@ sm-panel{
|
|||||||
padding: 1rem;
|
padding: 1rem;
|
||||||
background: rgba(var(--text-color), 0.06);
|
background: rgba(var(--text-color), 0.06);
|
||||||
align-self: center;
|
align-self: center;
|
||||||
margin-bottom: 0.4rem;
|
margin-bottom: 0.6rem;
|
||||||
box-shadow: 0 0.1rem 0.1rem #00000016, 0 0.1rem 0.3rem #00000040;
|
box-shadow: 0 0.1rem 0.1rem #00000016, 0 0.1rem 0.3rem #00000040;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@ -1432,7 +1433,7 @@ sm-panel{
|
|||||||
font-weight: 500;
|
font-weight: 500;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
border-radius: 2rem;
|
border-radius: 2rem;
|
||||||
margin-bottom: 0.4rem !important;
|
margin-bottom: 0.6rem !important;
|
||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
box-shadow: 0 0.1rem 0.1rem #00000016, 0 0.1rem 0.3rem #00000040;
|
box-shadow: 0 0.1rem 0.1rem #00000016, 0 0.1rem 0.3rem #00000040;
|
||||||
}
|
}
|
||||||
@ -1460,6 +1461,10 @@ sm-panel{
|
|||||||
h3{
|
h3{
|
||||||
text-transform: capitalize;
|
text-transform: capitalize;
|
||||||
}
|
}
|
||||||
|
h5{
|
||||||
|
font-weight: 500;
|
||||||
|
opacity: 0.8;
|
||||||
|
}
|
||||||
.copy-row{
|
.copy-row{
|
||||||
margin-bottom: 1.5rem;
|
margin-bottom: 1.5rem;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user