You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
207 B
19 lines
207 B
1 year ago
|
.app_key_box {
|
||
|
box-sizing: border-box;
|
||
|
padding: 10px 20px;
|
||
|
}
|
||
|
button {
|
||
|
margin-bottom: 10px;
|
||
|
}
|
||
|
|
||
|
table {
|
||
|
width: 100%;
|
||
|
}
|
||
|
.mat-column-num {
|
||
|
flex: 0.3;
|
||
|
}
|
||
|
.delete {
|
||
|
cursor: pointer;
|
||
|
color: #f44336;
|
||
|
}
|