start special project FOREST
This commit is contained in:
@@ -17,6 +17,7 @@ import './styles/components/interview-item.css';
|
||||
import './styles/components/partner-item.css';
|
||||
import './styles/components/single-partner-item.css';
|
||||
import './styles/components/suggestion-item.css';
|
||||
import './styles/components/agro-informer.css';
|
||||
|
||||
import './scripts/calendar.js';
|
||||
import './scripts/menu-vertical.js';
|
||||
|
||||
37
frontend/src/styles/components/agro-informer.css
Normal file
37
frontend/src/styles/components/agro-informer.css
Normal file
@@ -0,0 +1,37 @@
|
||||
.agro-widget {
|
||||
margin-bottom: 8px;
|
||||
margin-top: 6px;
|
||||
max-width: 100%;
|
||||
background-color: white;
|
||||
padding: 8px 0;
|
||||
}
|
||||
|
||||
.agro-widget h3{
|
||||
line-height: 2rem;
|
||||
}
|
||||
|
||||
.agro-widget IMG{
|
||||
max-width: 100%;
|
||||
height: auto;
|
||||
}
|
||||
|
||||
.agro-widget-maintitle{
|
||||
font-size: 1.8rem;
|
||||
font-weight: 700;
|
||||
margin-top: 8px;
|
||||
margin-bottom: 18px;
|
||||
padding: 8px 12px;
|
||||
}
|
||||
|
||||
|
||||
|
||||
.agro-widget-maintitle a {
|
||||
color: green;
|
||||
}
|
||||
|
||||
.agro-widget-title {
|
||||
font-size: 1.8rem;
|
||||
padding: 2.5rem 3.8rem;
|
||||
font-weight: 700;
|
||||
padding: 12px;
|
||||
}
|
||||
@@ -15,9 +15,10 @@
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
/**
|
||||
.header__logo img {
|
||||
max-width: 100%;
|
||||
}
|
||||
}*/
|
||||
|
||||
.header__right {
|
||||
display: flex;
|
||||
|
||||
Reference in New Issue
Block a user