Ignore:
Timestamp:
01/21/25 03:08:24 (7 weeks ago)
Author:
stefan toskovski <stefantoska84@…>
Branches:
main
Parents:
0c6b92a
Message:

F4 Finalna Verzija

Location:
imaps-frontend/src/components/DrawGuide
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • imaps-frontend/src/components/DrawGuide/DrawGuide.jsx

    r0c6b92a r79a0317  
    1818          <div onClick={toggleModal} className={styles.overlay}></div>
    1919          <div className={styles.modalContent}>
    20             <h2>How to Use the Map Builder</h2>
    21             <p>Welcome to the Map Builder! Here you can create an indoor map, render it and enjoy!:</p>
     20            <h2 className={styles.title}>How to Use the Map Builder</h2>
     21            <p className={styles.paragraph}>Welcome to the Map Builder! Here you can create an indoor map, render it and enjoy!:</p>
    2222            <br></br>
    2323            <ul>
     
    3535            </ul>
    3636            <br></br>
    37             <p>After completing your map, click the render button and go to the View page to see your full featured map!</p>
     37            <p className={styles.paragraph}>After completing your map, click the render button and go to the View page to see your full featured map!</p>
    3838
    3939            <button className={styles.closeModal} onClick={toggleModal}>
  • imaps-frontend/src/components/DrawGuide/DrawGuide.module.css

    r0c6b92a r79a0317  
    1818  backdrop-filter: blur(5px); /* Optional blur effect */
    1919  z-index: 999;
     20
     21}
     22
     23.title{
     24  color: white;
     25}
     26
     27.paragraph{
     28  color: #ababab;
    2029}
    2130
     
    2534  left: 50%;
    2635  transform: translate(-50%, -50%);
    27   background-color: #2c2f33; /* Darker background for modal content */
     36  background-color: #2c2f33;
    2837  color: #ffffff; /* White text for contrast */
    2938  padding: 20px;
     
    3544}
    3645
    37 h2 {
    38   margin-bottom: 15px;
    39   color: #ffffff; /* White text for the heading */
    40 }
     46/*h2 {*/
     47/*  margin-bottom: 15px;*/
     48/*  color: #ffffff; !* White text for the heading *!*/
     49/*}*/
    4150
    4251.btnModal {
Note: See TracChangeset for help on using the changeset viewer.