[TWIG][UI] Replies CSS fixes
This commit is contained in:
parent
62e76cb036
commit
55e468bd70
25
public/assets/css/replies/replies.css
Normal file
25
public/assets/css/replies/replies.css
Normal file
|
@ -0,0 +1,25 @@
|
|||
.main {
|
||||
font-size: var(--medium-size);
|
||||
border: none !important;
|
||||
}
|
||||
.note {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
#form div:nth-of-type(1) {
|
||||
padding: var(--unit-size);
|
||||
}
|
||||
#form div:nth-of-type(1) textarea {
|
||||
padding: var(--unit-size);
|
||||
border-radius: var(--unit-size);
|
||||
background-color: var(--bg1);
|
||||
font-size: var(--unit-size);
|
||||
width: 100%;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
#form div:nth-of-type(3) button {
|
||||
font-size: var(--medium-size) !important;
|
||||
float: right;
|
||||
margin-right: var(--unit-size);
|
||||
margin-bottom: var(--unit-size);
|
||||
}
|
|
@ -1,7 +1,14 @@
|
|||
{% extends '/base.html.twig' %}
|
||||
{% extends 'left/left.html.twig' %}
|
||||
|
||||
{% block meta %}
|
||||
{{ parent() }}
|
||||
{% endblock %}
|
||||
|
||||
{% block title %}Welcome!{% endblock %}
|
||||
|
||||
{% block stylesheets %}
|
||||
{{ parent() }}
|
||||
<link rel='stylesheet' type='text/css' href="{{ asset('assets/css/replies/replies.css') }}">
|
||||
<link rel='stylesheet' type='text/css' href="{{ asset('assets/css/network/public.css') }}"
|
||||
media="screen and (min-width: 1300px)">
|
||||
<link rel='stylesheet' type='text/css' href="{{ asset('assets/css/network/public_mid.css') }}"
|
||||
|
|
Loading…
Reference in New Issue
Block a user