Logo white

Alexey Boroda / uamap_old

Sign in
  • Sign in
  • Project
  • Files
  • Commits
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • uamap_old
  • frontend
  • themes
  • markup
  • test-create_files
  • style.css
  • first commit
    d1f8bd40
    Alexey Boroda authored
    2018-11-15 15:19:23 +0200  
    Browse Code ยป
style.css 422 Bytes
Edit Raw Blame History
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
.authorization-btn:hover {
    text-decoration: underline;
}

a:hover {
    cursor: pointer;
}

.aboutproject-popup {
    left: 0;
    background-color: rgba(15, 81, 129, 1);
    background-repeat: no-repeat;
    max-width: 555px;
}

.aboutproject-popup .popup-container {
    margin-top: 30px;
    padding-left: 55px;
    padding-right: 55px;
    background-color: transparent;
    color: #ffffff;
    text-align: left;
}