Skip to content

Commit

Permalink
Add sreality.cz #2
Browse files Browse the repository at this point in the history
  fix grafika widgetu je na sreality.cz odlisna od bezrealitky.cz - chceme
  aby to vypadalo tak jak na bezrealitky.cz
  • Loading branch information
michalbcz committed Oct 11, 2016
1 parent 43b975b commit a0f5ddd
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 4 deletions.
12 changes: 8 additions & 4 deletions app/styles/panel.css
Expand Up @@ -11,7 +11,8 @@
-ms-transition: all 0.3s ease-in;
-o-transition: all 0.3s ease-in;
transition: all 0.3s ease-in;
font-size: 0; }
font-size: 0;
font-family: Arial,Helvetica,sans-serif; }
.reality-panel a {
text-decoration: none;
color: white; }
Expand All @@ -33,17 +34,20 @@
text-align: center; }
.reality-panel .header h2 {
font-size: 13px;
padding: 10px; }
padding: 10px;
font-weight: bold; }
.reality-panel h3 {
padding: 10px;
font-size: 15px; }
font-size: 15px;
font-weight: bold; }
.reality-panel .toggle-app-button {
cursor: pointer; }
.reality-panel .content {
display: table;
position: relative;
top: -50px;
margin-bottom: -50px; }
margin-bottom: -50px;
padding: 0px; }
.reality-panel .content .row {
display: table-row;
width: 100%; }
Expand Down
4 changes: 4 additions & 0 deletions app/styles/panel.scss
Expand Up @@ -12,6 +12,7 @@
-o-transition: all 0.3s ease-in;
transition: all 0.3s ease-in;
font-size: 0;
font-family: Arial,Helvetica,sans-serif;

a {
text-decoration: none;
Expand Down Expand Up @@ -39,13 +40,15 @@
h2 {
font-size: 13px;
padding: 10px;
font-weight: bold;
}
text-align: center;
}

h3 {
padding: 10px;
font-size: 15px;
font-weight: bold;
}

.toggle-app-button {
Expand All @@ -57,6 +60,7 @@
position: relative;
top: -50px;
margin-bottom: -50px;
padding: 0px;

.row {
display: table-row;
Expand Down

0 comments on commit a0f5ddd

Please sign in to comment.