Fix logo and alert in participant view

This commit is contained in:
David Benqué 2021-08-25 17:40:45 +01:00
parent 1605a841e1
commit 59b407c913

View file

@ -16,6 +16,10 @@
color: @cryptpad_text_col;
background-color: @cp_app-bg;
div.alert.cp-burn-after-reading {
margin: 10px !important;
}
#cp-app-form-editor {
flex: 1;
display: flex;
@ -84,17 +88,16 @@
div.cp-form-view-logo {
align-items: center;
justify-content: center;
max-height: 140px;
font-size: 50px;
font-size: 40px;
display: flex;
font-family: "IBM Plex Mono";
.tools_unselectable();
color: @cp_sidebar-hint;
padding: 20px;
color: @cryptpad_color_grey_500;
padding: 20px 20px 150px 20px;
cursor: pointer;
img {
max-height: 100%;
margin-right: 20px;
max-height: 60px;
margin: 0px 20px;
}
}