subtle adjust
This commit is contained in:
parent
0db0f98791
commit
387bbcb45a
@ -10,11 +10,12 @@ export default {}
|
||||
|
||||
<style scoped>
|
||||
.techy-box {
|
||||
background: transparent;
|
||||
box-shadow: inset 0 0 16px 1px rgba(255, 255, 255, 0.5);
|
||||
background: rgba(255, 255, 255, 0.0168);
|
||||
box-shadow: inset 0 0 17px 0 rgba(255, 255, 255, 0.168);
|
||||
display: inline-block;
|
||||
height: 100%;
|
||||
width: 100%;
|
||||
border-radius: .25rem;
|
||||
border-radius: 4px;
|
||||
backdrop-filter: blur(2px);
|
||||
}
|
||||
</style>
|
||||
|
@ -258,7 +258,7 @@ export default {
|
||||
|
||||
.techy-body-part__middle__inner {
|
||||
height: 100%;
|
||||
padding: 12px;
|
||||
padding: 16px;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
justify-content: space-between;
|
||||
@ -276,11 +276,16 @@ export default {
|
||||
position: relative;
|
||||
padding-left: 16px;
|
||||
}
|
||||
|
||||
.techy-body-part__middle__inner p > span.round-dot {
|
||||
padding-left: 28px;
|
||||
}
|
||||
|
||||
.round-dot::before {
|
||||
content: '';
|
||||
position: absolute;
|
||||
top: 4px;
|
||||
left: 2px;
|
||||
left: 16px;
|
||||
width: 8px;
|
||||
height: 8px;
|
||||
background-color: rgb(82, 231, 82);
|
||||
|
Loading…
Reference in New Issue
Block a user