mirror of https://github.com/Squidex/squidex.git
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.
47 lines
707 B
47 lines
707 B
@import '_vars';
|
|
@import '_mixins';
|
|
|
|
.client {
|
|
&-info {
|
|
margin: 0;
|
|
}
|
|
|
|
&-delete {
|
|
vertical-align: top;
|
|
}
|
|
|
|
&-expires {
|
|
font-size: .8rem;
|
|
}
|
|
|
|
&-edit {
|
|
color: darken($color-border, 20%);
|
|
display: none;
|
|
font-size: .9rem;
|
|
font-weight: normal;
|
|
padding: .6rem .3rem;
|
|
background: transparent;
|
|
vertical-align: top;
|
|
}
|
|
|
|
&-name {
|
|
& {
|
|
height: 40px;
|
|
}
|
|
|
|
&:hover {
|
|
.client-edit {
|
|
display: inline-block;
|
|
}
|
|
}
|
|
|
|
h3 {
|
|
font-size: 1.6rem;
|
|
}
|
|
}
|
|
}
|
|
|
|
.access-token {
|
|
resize: none;
|
|
height: 300px;
|
|
}
|