@@ -206,6 +206,31 @@ html {
|
||||
font-size: 18px;
|
||||
}
|
||||
|
||||
.appstore-category-missing {
|
||||
padding: 10px;
|
||||
background-color: white;
|
||||
|
||||
p {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
textarea {
|
||||
display: block;
|
||||
width: 100%;
|
||||
height: 50px;
|
||||
margin-bottom: 10px;
|
||||
transition: all 250ms ease-out;
|
||||
|
||||
&:focus {
|
||||
height: 200px;
|
||||
}
|
||||
}
|
||||
|
||||
button {
|
||||
width: 100%;
|
||||
}
|
||||
}
|
||||
|
||||
.appstore-install-description {
|
||||
max-height: 250px;
|
||||
overflow-x: none;
|
||||
|
||||
Reference in New Issue
Block a user