subtle adjust
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user