Start fixing index app grid

pull/1/head
David Benqué 4 years ago
parent b4a108d02a
commit 2f910726e9

@ -81,7 +81,7 @@
display: flex; display: flex;
flex-wrap: wrap; flex-wrap: wrap;
justify-content: space-around; justify-content: space-around;
& > a { a {
margin: 10px; margin: 10px;
} }
} }
@ -94,15 +94,9 @@
box-sizing: border-box; box-sizing: border-box;
position: relative; position: relative;
flex-flow: column; flex-flow: column;
height: @icons-size; //height: @icons-size;
width: @icons-size; width: @icons-size;
a {
color: @cryptpad_text_col;
&:hover {
color: @cryptpad_text_col;
text-decoration-line: none;
}
}
div h4 { div h4 {
@media only screen and (min-device-width: 576px) and (max-device-width: 767px) { @media only screen and (min-device-width: 576px) and (max-device-width: 767px) {
font-size: 1.3em; font-size: 1.3em;
@ -122,10 +116,11 @@
.fa, .cptools { .fa, .cptools {
display: flex; display: flex;
align-items: center; align-items: center;
font-size: @icons-size - 60px; font-size: 3.5em;
justify-content: center; justify-content: center;
width: @icons-size; width: @icons-size;
height: @icons-size - @icons-text-size; padding:10px 10px 0px 10px;
//height: @icons-size - @icons-text-size;
} }
&.cp-app-disabled { &.cp-app-disabled {
cursor: not-allowed !important; cursor: not-allowed !important;
@ -133,6 +128,7 @@
} }
.pad-button-text { .pad-button-text {
color: @cryptpad_text_col; color: @cryptpad_text_col;
padding:5px;
} }
} }
h4 { h4 {

Loading…
Cancel
Save