This commit is contained in:
sairaj mote 2020-10-02 14:39:39 +05:30
parent c654bc29a6
commit 9de4119272
4 changed files with 1420 additions and 1067 deletions

File diff suppressed because it is too large Load Diff

View File

@ -923,6 +923,7 @@ sm-panel {
}
.copy-row h4 {
margin-bottom: 0;
font-weight: 400;
}
.copy-row .icon {
cursor: pointer;
@ -1355,7 +1356,7 @@ sm-panel {
padding: 1rem;
background: rgba(var(--text-color), 0.06);
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;
}
@ -1381,7 +1382,7 @@ sm-panel {
font-weight: 500;
align-items: center;
border-radius: 2rem;
margin-bottom: 0.4rem !important;
margin-bottom: 0.6rem !important;
text-transform: uppercase;
box-shadow: 0 0.1rem 0.1rem #00000016, 0 0.1rem 0.3rem #00000040;
}
@ -1409,6 +1410,10 @@ sm-panel {
#person_popup h3 {
text-transform: capitalize;
}
#person_popup h5 {
font-weight: 500;
opacity: 0.8;
}
#person_popup .copy-row {
margin-bottom: 1.5rem;
}

2
css/main.min.css vendored

File diff suppressed because one or more lines are too long

View File

@ -954,6 +954,7 @@ sm-panel{
width: auto;
h4 {
margin-bottom: 0;
font-weight: 400;
}
.icon {
@ -1407,7 +1408,7 @@ sm-panel{
padding: 1rem;
background: rgba(var(--text-color), 0.06);
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;
}
}
@ -1432,7 +1433,7 @@ sm-panel{
font-weight: 500;
align-items: center;
border-radius: 2rem;
margin-bottom: 0.4rem !important;
margin-bottom: 0.6rem !important;
text-transform: uppercase;
box-shadow: 0 0.1rem 0.1rem #00000016, 0 0.1rem 0.3rem #00000040;
}
@ -1460,6 +1461,10 @@ sm-panel{
h3{
text-transform: capitalize;
}
h5{
font-weight: 500;
opacity: 0.8;
}
.copy-row{
margin-bottom: 1.5rem;
}