Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
T
taskonsite-архив-перенесен
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Packages
Packages
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Dmitry Korolev
taskonsite-архив-перенесен
Commits
c145dba6
Commit
c145dba6
authored
Dec 11, 2018
by
Ruslan Karimov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
#2540. Обновление стиля кейса по эфиру
parent
42df5f90
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
95 additions
and
0 deletions
+95
-0
frontend/web/css/screen.css
frontend/web/css/screen.css
+95
-0
frontend/web/images/cross_banner_crypt.png
frontend/web/images/cross_banner_crypt.png
+0
-0
No files found.
frontend/web/css/screen.css
View file @
c145dba6
...
@@ -13803,6 +13803,101 @@ li.appl_list_icon {
...
@@ -13803,6 +13803,101 @@ li.appl_list_icon {
font-size: 16px;
font-size: 16px;
}
}
.cross-banner {
margin: 65px 0;
border: 3px solid #7ba948;
}
.cross-banner:after {
content: '';
display: table;
clear: both;
}
.cross-banner__content,
.cross-banner__image {
float: left;
}
.cross-banner__image img {
max-width: 100%;
}
.cross-banner .cross-banner__header {
font-size: 32px;
}
.cross-banner .cross-banner__content p {
margin-top: 12px;
margin-bottom: 35px;
font-size: 24px;
}
.cross-banner__link {
width: 178px;
height: 50px;
border-radius: 50px;
-moz-border-radius: 50px;
-webkit-border-radius: 50px;
-o-border-radius: 50px;
-ms-border-radius: 50px;
text-align: center;
font-family: "RobotoBold";
font-size: 20px;
background-image: linear-gradient(to top, #fdd000 0%, #fff04e 100%);
box-shadow: 2px 3.5px 5px rgba(0, 0, 0, 0.12);
color: #908505;
border: none;
border-bottom: 4px solid #D2BF00;
line-height: 43px;
display: inline-block;
}
.cross-banner__link:active {
background-image: linear-gradient(to top, #f4db15 0%, #fbd20d 100%);
box-shadow: 2px 3.5px 5px rgba(0, 0, 0, 0.12);
color: #908505;
border: none;
border-top: 4px solid #D2BF00;
text-decoration: none;
}
.cross-banner__link:hover,
.cross-banner__link:focus {
background-image: linear-gradient(to top, #fde654 0%, #fef77d 100%);
box-shadow: 2px 3.5px 5px rgba(0, 0, 0, 0.12);
color: #908505;
border-bottom: 4px solid #D2BF00;
text-decoration: none;
}
.cross-banner__content {
padding: 30px;
}
.cross-banner__image {
display: none;
}
@media only screen and (min-width: 768px) {
.cross-banner__image {
display: block;
padding-top: 20px;
padding-left: 25px;
width: 48%;
}
.cross-banner__content {
width: 52%;
padding: 50px;
}
}
@media only screen and (min-width: 970px) {
.cross-banner__image {
margin-top: -30px;
margin-bottom: -30px;
}
}
@media only screen and (min-width: 480px) {
@media only screen and (min-width: 480px) {
.appl_list_icon.icon--1 {
.appl_list_icon.icon--1 {
background: url(../images/business_icon_1.png) no-repeat top left;
background: url(../images/business_icon_1.png) no-repeat top left;
...
...
frontend/web/images/cross_banner_crypt.png
0 → 100644
View file @
c145dba6
109 KB
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment