mirror of https://github.com/vector-im/riot-web
App icon tile styling
parent
0ef800073b
commit
76880e0de7
|
@ -94,3 +94,20 @@ limitations under the License.
|
|||
.mx_AppTileMenuBarWidgetPadding {
|
||||
margin-right: 5px;
|
||||
}
|
||||
|
||||
.mx_AppIconTile {
|
||||
box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
|
||||
transition: 0.3s;
|
||||
}
|
||||
|
||||
.mx_AppIconTile:hover {
|
||||
box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
|
||||
}
|
||||
|
||||
.mx_AppIconTile_content {
|
||||
padding: 2px 16px;
|
||||
}
|
||||
|
||||
.mx_AppIconTile_image {
|
||||
width: 100%;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue